Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Japskunk72
  • Order by date
  1. Japskunk72

    Change Array size durring runtime

    Thanks Chrissie1, I found this microsoft website that explains how to create an arraylist and use a structure. its not explianed that great in the MSDN descriptions for doing this... http://support.microsoft.com/default.aspx?scid=kb;EN-US;313638 Thanks again
  2. Japskunk72

    Change Array size durring runtime

    I want to be able to change the number of objects i have in an array based on how many fields i have in a table. Module TBLInfo Public PaStructTBLBackup(TBLBackupLocAMT) As structTBLBackLoc Public Sub LoadDB() Dim Amt As Integer Dim X As Integer...
  3. Japskunk72

    Add to Form1 listbox from Module

    I am having trouble trying to understand how I would add info to a listbox from a module. I keep thinking i can just type form1.listbox1.items.add(string). it aint work'n??? there is no form1.listbox1. I tryed to create a function from within the form called Public Function AddtoListbox(stuff...
  4. Japskunk72

    Detect Physical Drives & Map Drives

    How do I get a list of all the physical drives on a computer? Is there also a way to detect map drives and when a drive letter is a mapping? and how do you get that UNC path? Thanks JT
  5. Japskunk72

    Start menu freezes

    you can also google search for MSConfig, its from windows 98 and will show you the startup files, if the computer works good in safe mode then there is an application running in the background somewhere, if you use msconfig, or some other startup list program that shows you the real startup...
  6. Japskunk72

    File Watcher Exception Handling/Avoiding!?

    I found some code to watch files on my hard drive for changes. I want to be able to save files and have them auto organize if they are not in the right place. i can handle that code, but i am having file accesssing rights issues. for instance I have been testing the program by making a new...
  7. Japskunk72

    Printer Installation problem

    Check out this site man... http://support.microsoft.com/default.aspx?scid=kb;en-us;260142
  8. Japskunk72

    Looping Boot

    try going into safe mode to scan for virus's, I think there are a couple that will do this. restart the computer and after it beeps keep hitting F8 untill you get to the safe mode screen. if the virus stuff isnt it, you should try to insert your original windows 2000 cd and try to boot from...
  9. Japskunk72

    Printer Installation problem

    Try this go into control panel - administrative tools -- then double click services find the print spooler service and right click it and click start if it is stopped. i think the spooler is the subsystem it is talking about. if it is disabled you can go into the properties and set it to...
  10. Japskunk72

    help! i made a gpo and locked myself out :D

    cant you go into a client that has the active directory Client tools and login localy, then edit the GPO from there? or load a default one in its place?
  11. Japskunk72

    Inserting Records in a Table

    I am new to ASP.Net. I am using Microsoft Visual Studios .NET. I have figured out how to access ADO and gather records but I want to place the info in a table. My ADO code is in a file called webform1.aspx.vb and the table code is in a file called webform1.aspx. when i gather the records...
  12. Japskunk72

    Monitor File System Changes?

    Is there a way to monitor when a file is writen to the hard drive or when the name changes? like in VB 6.0 ReadDirectoryChangesW? Thanks JT
  13. Japskunk72

    Unable to update public free/busy data

    I found this http://support.microsoft.com/?kbid=816942 it basicly says check the box that says do not show this window anymore. which ive never seen. it also says to upgrade to sp3 for exchange.
  14. Japskunk72

    Account Lock Outs

    Have you checked your event logs. you might be running out of client access licenses if you have added any more computers or clients in the last 12 months.
  15. Japskunk72

    IIS MMC accessable with Domain User

    I am running an application that serves information through a webserver using IIS from windows 2000 profesional. I have to leave the computer locked when the application is running. when i try to run this application without using the administrative account (or an account with administrative...
  16. Japskunk72

    Collect current Win2k Server Shared folders/open files

    Is there any windows API or a way to collect the list of info remotely in windows 2000 Computer Management Screen (Right Click My computer, select Manage) /system tools/ Shared Folders/ Open Files list? I have a few servers i would like to monitor the open files from the shares of the servers...
  17. Japskunk72

    erase one color

    I found it never mind. Right clicking on tools helps :-) Incase anyone wants to know, i changed the background color of my backround to black in paint brush and then in photoshop i used the magic erase tool and clicked on the black and it went away. then i deleted the background layer and its...
  18. Japskunk72

    erase one color

    I am using photo shop 7. is there a way to erase only one color. I have a seal that has already been drawn with a background and i want to put the seal on a website with transparent background. Thanks JT
  19. Japskunk72

    For Next loop error expected end of statement problem

    I have an ASP page that will get 2 dates, a begining and an end date to grab info from a SQL database. the for next loop will not work, I do not know why it wont work. I am new to ASP. please help, here is my code followed my the error in IE 6.0 ********************Code...
  20. Japskunk72

    Date minus?

    I know there is a DateADD, but I want to subtract 7 days from the curent date... How do I do this? Thanks JT

Part and Inventory Search

Back
Top