tags:

views:

475

answers:

2

How would I create a new desktop in C++? I know the CreateDesktop() API but it does not load memus or explorer.exe for the matter. If not to much trouble would love an example to make a desktop with menus.

+1  A: 

Take a look at Window Stations, this may be what your looking for.

However, this also is different from a session (UAC).

The source code for how to programtically do this is included as part of this project (JobObjectWrapper).

Hey actually, I'm wrong, JobObjectWrapper only secure's that interface, the other answerer here was correct, another question had the same answer, virtuawin is open soure too.

RandomNickName42
No I have seen this before but saw no resemblence it made to the new desktop.
H4cKL0rD
A: 
Shay Erlichmen
No ive had these before its the code im troubling with.to make it start up explorer.exe and window switching
H4cKL0rD