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

Thread: startup

  1. #1
    Join Date
    Apr 1999
    Posts
    5

    startup

    I have an application that I would like to be run on startup. Can someone tell me how to implement this or at least where to start?

    thanks

    Mark


  2. #2
    Join Date
    May 1999
    Posts
    17

    Re: startup

    just copy it to 'StartUp' on your start menu or add a registry entry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run to point to your program


  3. #3
    Join Date
    May 1999
    Location
    Sydney, Australia
    Posts
    420

    Re: startup

    Put a shortcut to your app in 'StartUp' in your Start menu ....

    Sally


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