I’ve seen some applications that create virtual desktops. I want to create one.
However, I do not know how you would do this, or even it it is possible.
How do I create a virtual desktop/monitor in C#?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to use CreateDesktop function in order to create full functional dekstop on windows os:
Would invite your attention also on interesting article from CodeProject:
Desktop Switching
In general multidektop environment already exists in
Windows Osfor many years, but never has been “visible” via any multi-dektop application implemented by MS itself.For some reason MS never, as much as I’m aware of, implemented multidesktop app.
If I’m not mistaken, beginning even from WindowsNT familly OSes, you already have a second desktop. When you press
Ctrl+Alt+Delthe screen that appears, in reality, is on another, fully functional, windows desktop.