Results 1 to 5 of 5

Thread: How can I get my program to run on start up?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    4

    How can I get my program to run on start up?

    I'm making a program for windows 98 SE, and I was wondering if there was any other way to make my VB programs run at start up without using the startup folder.
    Thanks,
    -Lee

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run

    Put your program in the registry at that location (use the registry editor to see what format to use).
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Member
    Join Date
    Feb 2001
    Posts
    52
    yes parksie is right you can enter it in registry /enter in ini file
    see my previous posts..i got a lot of replies for the same question.
    Good luck!
    lxs

  4. #4

  5. #5

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    4

    IT WORKS!

    THANKS!
    -Lee

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width