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

Threaded View

  1. #9
    Join Date
    Nov 2002
    Location
    Baby Land
    Posts
    646

    Re: Getting a programs ui to run at the login prompt

    Running an application on start up usually involves placing a command in windows registry, it doesn't have any direct relation with the application being developed in VB or C#.

    So one thing that I can suggest is that you use tools like autoruns from sysinternals on the PC that still has the old application running to check where the registry value is placed.

    Do a search on google for 'autoruns sysinternals'.

    Also look at this post here on how to setup a startup script on WinXP

    http://help.wugnet.com/windows/Run-p...ict566153.html
    Last edited by Luthv; April 25th, 2007 at 03:19 AM.

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