application is not starting up at windows startup
-
hi friends, i am creating an application in c# and i want it to run at windows, i have added it in Registry (hkey_current_user\software\microsoft\windwos\run) but still it is still not running....what else to do ? please answer this question as soon as possible.
-
hi friends, i am creating an application in c# and i want it to run at windows, i have added it in Registry (hkey_current_user\software\microsoft\windwos\run) but still it is still not running....what else to do ? please answer this question as soon as possible.
-
hi friends, i am creating an application in c# and i want it to run at windows, i have added it in Registry (hkey_current_user\software\microsoft\windwos\run) but still it is still not running....what else to do ? please answer this question as soon as possible.
This app won't run at Windows startup. You told the registry to launch it when a user logs on. Also, if it's not starting up AT ALL when a user logs on, you have to check to see if the path to your .EXE you specified is accurate.
Dave Kreskowiak Microsoft MVP - Visual Basic