-
Virtual Screen
hi friends.
What i want to do is to develop virtual desktop or u can say that original desktop in my Application.
So that when i will start my application it will display Contents whatever on desktop in its own window..
Remember
Windowstate =2
Border Style =1
So everything will just look like original..
Now i want to sort out how i can manage clicks on desktop...
like when i will click on my computer icon in my application window.
My application should work in that way that it should generated click on real my computer icon which will be behind my application....And should update the screen ...
So that my application will show that my computer is opened...
Thx in Advance...
-
Re: Virtual Screen
do a google search for "Microsoft XP Powertoys Virtual Desktop Manager" - if you have XP that is... sounds like thats what your trying to make... and its already there
-
Re: Virtual Screen
But i wanna develop my Own .....
-
Re: Virtual Screen
If you want to create a new desktop you would use the CreateDesktop API function. Here's an article that discuss this issue.