CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    6

    How do I start my program when windows starts up

    hi,

    How do I start my program when Win9X and Win NT starts up? I know that I can put it in the Startup Group but I don't want anybody to remove it!

    Thanks for any and all help



  2. #2
    Guest

    Re: How do I start my program when windows starts up

    One ways is to add it to your win.ini file under 'run'. Just put in the location of your program.
    Ex.

    ...
    ...
    Run=C:\mygame\shooter.exe


  3. #3
    Guest

    Re: How do I start my program when windows starts up

    You should have some entries in your registry. Search MSDN, u have an article on it.


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