D
Daniele Piccinini
Hi,
I've developed a VC++ supervision application. This app have to be the only
user interface app that is running on the pc. Doing so the user cannot
"play" with other XP functionality.
I've tried to set this app as shell in this way :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="C:\\MyApp.exe"
The app use a connection to a sql server database, and when the app try to
connect the login fails. If i close the app and restart the app using task
manager it's all right.
How can i avoid this problem ?
Someone have a different solution for this problem?
Thanks
- Dany -
I've developed a VC++ supervision application. This app have to be the only
user interface app that is running on the pc. Doing so the user cannot
"play" with other XP functionality.
I've tried to set this app as shell in this way :
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"Shell"="C:\\MyApp.exe"
The app use a connection to a sql server database, and when the app try to
connect the login fails. If i close the app and restart the app using task
manager it's all right.
How can i avoid this problem ?
Someone have a different solution for this problem?
Thanks
- Dany -