vb.net - How to add an application to startup using builder and stub -


i want application added startup registry of windows... hard code: have load .exe in "builder". builder needs load stub etc, , new application output? dont it.

does has experience , maybe has simple example?

i have tried:

try      dim regkey microsoft.win32.registrykey      dim keyname object = "software\microsoft\windows\currentversion\run"      dim valuename string = "regname"      dim value string = filepath.text '"registrydescription"      regkey = microsoft.win32.registry.currentuser.opensubkey(keyname, true)      regkey.setvalue(valuename, value, registryvaluekind.string)  catch ex exception  end try 

i'm not sure problem you're having.

take @ this video, hope clarify few things.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -