Please guide me in the following scenario I am developing c#/VB 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. -- modified at 1:56 Tuesday 8th August, 2006
Z
ZeeshanAhmedpk
@ZeeshanAhmedpk
Posts
-
How to use MS Virtual Desktop in VB.net application [modified] -
exceptionThis error may occurs when the object is not inilized. Use this: myClass myObject = new myClass(); OR myClass myObject = null; myObject = new myClass();
-
How to use MS Virtual Desktop in VC#.net applicationPlease 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.