Search:

Type: Posts; User: jeffo

Page 1 of 13 1 2 3 4

Search: Search took 0.26 seconds.

  1. Thread: An easy SQL ?

    by jeffo
    Replies
    9
    Views
    1,188

    I figured it out. Thanks for the help guys....

    I figured it out. Thanks for the help guys....
  2. Thread: An easy SQL ?

    by jeffo
    Replies
    9
    Views
    1,188

    So, in other words the DAO seek method and a SQL...

    So, in other words the DAO seek method and a SQL Select are one in the same and I would use the DAO movenext method to actually retreive the records......sound right?
  3. Thread: An easy SQL ?

    by jeffo
    Replies
    9
    Views
    1,188

    I don't know XML or DCom....

    I don't know XML or DCom....
  4. Thread: An easy SQL ?

    by jeffo
    Replies
    9
    Views
    1,188

    Ok, well what would be the purpose in using SQL...

    Ok, well what would be the purpose in using SQL at all? Is it a faster method for retreiving data. The way I am using it is to load a grid but the data needs to go thru some edits first before each...
  5. Thread: An easy SQL ?

    by jeffo
    Replies
    9
    Views
    1,188

    An easy SQL ?

    I'm fairly new to using SQL. My question is when I set up a SQL statement to retrieve....lets say 20 records, how do I retreive each one of them individually as opposed to using DAO where I would use...
  6. Replies
    13
    Views
    686

    Thanks Martin, I'll give it a try.....

    Thanks Martin, I'll give it a try.....
  7. Replies
    13
    Views
    686

    I've tried storing them in an array and the edit...

    I've tried storing them in an array and the edit checks just keep going. How would you structure the code?
  8. Replies
    13
    Views
    686

    Getting unique numbers?

    I am writing a lottery program. I am using the rnd() function to generate random numbers, however, in a set of 6 numbers, sometimes there are duplicates. Anyone know how to eliminate that?

    Thanks
  9. Basically, what I am doing is writing a lottery...

    Basically, what I am doing is writing a lottery program. I want to be able to go to a specific site and download the winning numbers that show on the page.
  10. What's the best way to screen scrape an HTML page?

    I have actually seen this done once before but I forget how it was done. Anyone have any suggestions on how to retrieve data from a specifica HTML page?

    Thanks
  11. Replies
    2
    Views
    483

    Thanks for your help...

    Thanks for your help...
  12. Replies
    2
    Views
    483

    How do you check if a file exists?

    I'm not sure how to check if a file exists in a folder. I'm pretty sure you use the Files Object but I'm not sure of the syntax.
    Please help!!!

    Thanks
  13. Replies
    2
    Views
    384

    How do you execute an app in XP on bootup?

    I know that old windows used to have the Autoexec.bat file to store information in for bootup. However, what do I need to modify in order for an application to run when I boot up my PC?
  14. Replies
    1
    Views
    413

    I need some help!

    I am trying to create a for...next loop which will show me all the folders on a specific drive (network drive). I'm not sure how to set that up? Anyone have any ideas?
  15. Replies
    1
    Views
    428

    Locating all your drives using VB6

    How can you locate all the drives that are available to your computer and how would you set a variable to a network drive and subdirectories?

    Thanks,
    Jeff
  16. Can you set an interval time with NTSVC.ocx?

    I am writing an app that will be placed on an NT Server. The app will run as a background task as well as a Windows Service. Is there anyway of setting an "Interval Time" using the NTSVC.ocx?
    I...
  17. Replies
    4
    Views
    8,603

    Where can I find NTSVC.ocx?

    Where can I download the NTSVC.ocx control?
  18. Replies
    8
    Views
    2,421

    Max value for Timer Control

    Anyone know what the maximum value for the Interval property of the Timer control can hold? I tried setting it for 3 hours which was 10,800,000 milliseconds. That didn't fly.....

    Thanks,
    Jeff
  19. Replies
    8
    Views
    938

    Ok, What is the fastest FTP method for VB6?

    Ok,

    What is the fastest FTP method for VB6?
  20. Replies
    8
    Views
    938

    Which is faster Inet or Winsock?

    I'm not sure which one of these to use and which is the easiest to use......any help on this???
  21. Replies
    9
    Views
    1,074

    This function has a Syntax error and I'm not...

    This function has a Syntax error and I'm not exactly sure what it is.....any ideas anyone???
  22. Replies
    5
    Views
    343

    How can I get the interface info?

    How can I get the interface info?
  23. Replies
    5
    Views
    343

    No, I take that back.....what I want to do is...

    No, I take that back.....what I want to do is view a DLL!
  24. Replies
    5
    Views
    343

    I think so, but I'm not real sure....

    I think so, but I'm not real sure....
  25. Replies
    5
    Views
    343

    Listing DLL within VB

    Is there anyway within VB6 to retrieve a listing of DLL's and there code?
  26. Replies
    3
    Views
    410

    I really need some help on this....anyone at...

    I really need some help on this....anyone at all???
  27. Replies
    3
    Views
    410

    Anyone have any ideas on this???? I'm desparate!!!

    Anyone have any ideas on this???? I'm desparate!!!
  28. Replies
    3
    Views
    410

    Changine directories using Inet Control

    How can you change directories on a FTP Server using the Inet control?
  29. Replies
    0
    Views
    299

    Where can you get Inet information?

    Hi,

    I need to find out where I can get information on using the Inet control and it's methods and properties. Anyone have any ideas?

    Thanks,
    Jeff
  30. Replies
    6
    Views
    458

    If you mean can I close the form from a Systray...

    If you mean can I close the form from a Systray menu.....Yes, I can. I guess what I really want to know is how to eliminate the "X" button in the top right corner of any form.
  31. Replies
    6
    Views
    458

    Closing a form using a menu command only?

    I wish to be able to close a form using a menu command from an Icon on the System Tray without using the "X" button in the top right corner of a form. Is there a way to remove that "X" button from...
  32. Replies
    1
    Views
    354

    Creating pop-up menu in Systray?

    How do you create a pop-up menu when you right click on an Icon in the Systray?

    Thanks,
    Jeff
  33. Replies
    2
    Views
    459

    NTService Control?

    Anyone know where to get the NTService Control?
  34. Replies
    6
    Views
    490

    thanks for your help...

    thanks for your help...
  35. Replies
    6
    Views
    490

    by the way....I'm using VB6 instead of .Net

    by the way....I'm using VB6 instead of .Net
  36. Replies
    6
    Views
    490

    Rob, I would rather use a Service but I've...

    Rob,

    I would rather use a Service but I've never done that before. How do you do it on NT?
  37. Replies
    6
    Views
    490

    Modifying AutoExec.bat thru VB Code

    I need to write a program that will be executed 1 time during the install of an application. This program needs to open the Autoexec.bat file and insert a line that will cause the main program to...
  38. Replies
    3
    Views
    525

    Connecting to FTP site

    I am trying to write an FTP program that does not use a form but will run in the background with a systray icon. How can I do this without using the "INET" control?

    Thanks,
    Jeff
  39. Replies
    1
    Views
    313

    Logging in before anything else can happen

    Hi,

    I am trying create a menu driven application. In order to do this, I want the user to be prompted to login to the application. If the user cannot login properly, I don't want them to be able...
  40. Replies
    2
    Views
    416

    How do get the ImageList Control

    I can't remember how to get the ImageList control. I don't remember which group of controls it is under in the components. Please help!

    Thanks,
    Jeff
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width