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"...
So i have finally finished an antivirus i was making in vb but i dont know how to add it to startup. If someone knows how to change the registry key every time my program is opened then please help me.
Hi all,
I have this weird issue:
I developed an application with a sequence like this:
login form -> mainform (=mdi parent) --> some functionform (mdi-child)--> report form
The reportform contains a reportviewer and will display different dataset queries depending on the state of some radio...
hi friend!
i am doing a system lock project, for that i need to run my application in windows startup, even in safemode startup?
i have added my application to run in normal startup by placing path in the registry like,
hklm\software\microsoft\windows\currentversion\run
but its not working...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.