M Muchni Member Joined Sep 30, 2008 Messages 18 Programming Experience 1-3 Apr 11, 2009 #1 Hello, Can someone please teach me how to use registry key to make my application autostart.
L LeonR Well-known member Joined Nov 2, 2006 Messages 139 Location UK Programming Experience 10+ Apr 15, 2009 #2 You need to add an entry into "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run" . This is a great tutorial on how to manipulate the registry CodeProject: Working with Windows Registry using VB.NET. Free source code and programming help Hope that helps. Last edited: Apr 15, 2009 Upvote 0 Downvote
You need to add an entry into "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run" . This is a great tutorial on how to manipulate the registry CodeProject: Working with Windows Registry using VB.NET. Free source code and programming help Hope that helps.