Hello everyone would like help on how to add shortcut of your program to the startup... from vbcode instead of using setup applications.
Thanks
Printable View
Hello everyone would like help on how to add shortcut of your program to the startup... from vbcode instead of using setup applications.
Thanks
You can find a lot of examples by Searching (http://www.vbforums.com/search.php) the forums for something like "start menu shortcut". This is one example found by Search http://www.vbforums.com/showthread.p...+menu+shortcut
If you do not need a shortcut and just want your application to start with Windows (which placing a shortcut in the Startup folder will do) you can also just add a reference to your applications exe to the Registry in the 'HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run' key.