Open Program On Startuphey guys i just want to know if there is a way in the code to make the program open when we start our computer thanks alot
Use registry to set the path of your executable to be run at startup: Code: My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)