Hi everyone , I've been messing with this api : http://www.pinvoke.net/default.aspx/advapi32.RegSaveKey
And I know you have to open it first with RegOpenKey.
I tried few solution but yet I can't figure out how use them.
Note : No I don't want to use managed way to do it. Known as :
My.Computer.Registry.CurrentUser.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)
:wave:
And I know you have to open it first with RegOpenKey.
I tried few solution but yet I can't figure out how use them.
Note : No I don't want to use managed way to do it. Known as :
Quote:
My.Computer.Registry.CurrentUser.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)
:wave: