How to use MS Virtual Desktop in VC#.net application
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Please guide me in the following scenario I am developing c# application using Visual Studio 2005. I want that when the user executes my application then: 1- The window should create a new Virtual desktop using MSVD. 2- My application should run in the new desktop. Only my application should be allowed to run. 3- I should have the options to modify the start menu in the new virtual desktop 4- When user close application the virtual desktop should shutdown How can I achieve this? I will be very thankful.