CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Load at startup

  1. #1

    Load at startup

    I would like my program to have a check box to load the program when windows 95/98 or NT is loading. My program is system tray and I would like the user to be able to turn it on or off.

    So how can I make my program to add himself to the startup?

    Thanks.


  2. #2
    Guest

    Re: Load at startup

    One way (on 95/98) is to add a key to

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

    Not this will start your software **BEFORE** login.


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

Featured