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

    StartUp Aaplication

    How do I run any Application at the start up of windows 95 ,98 or NT. I want my application to get run at the startup of windows operating system automatically.


  2. #2
    Guest

    Re: StartUp Aaplication

    Except ,of course, Startup folder, you can add new records in Windows registry:

    \HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\

    G.P.


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