regarding visual studio 2005 [modified]
-
hi, i need to run my application on power up.it is written in Visual studio 2005 for WIN CE 5.0. the API CeRunAppAtEvent does not work. whatever i keep in startup folder of the WIN CE is deleted on powering up. is there any way to do it. thanks -- modified at 23:40 Thursday 23rd November, 2006
-
hi, i need to run my application on power up.it is written in Visual studio 2005 for WIN CE 5.0. the API CeRunAppAtEvent does not work. whatever i keep in startup folder of the WIN CE is deleted on powering up. is there any way to do it. thanks -- modified at 23:40 Thursday 23rd November, 2006
Try to make an entry of the path in the registry HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run or HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run
-
Try to make an entry of the path in the registry HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Windows\\CurrentVersion\\Run or HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Run
this also doesnt work... i tried it. any other way?