JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1658
|
Re: How to Auto start a program at startup and tool tip ballon shape Archived to Disk
Since the code is somewhat extensive, I've supplied the links.
As for the Balloon Tool Tip, There's code at the following that will do it:
http://www.andreavb.com/tip050007.html
As for starting at startup without being put in the startup menu, it needs to be in the registry:
Single user:
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun
All users:
HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun
Code to modify the registry: http://www.andreavb.com/tip080001.html
|