autostart

  1. P

    Question autostart the application when windows starts

    what is the best way to add the vb.net application in startup apps of windows ? I got this code Dim regKey As Microsoft.Win32.RegistryKeyregKey regKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True) regKey.SetValue("YourApplicationName"...
  2. M

    Question Using registry key to autostart app?

    Hello, Can someone please teach me how to use registry key to make my application autostart.
Back
Top