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,
Printable View
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,
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).
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!
THANKS!