I've got a program running in a particular user process. This user is not the same as the logged in user.
I am calling CreateWindow in this process and it's not being displayed, despite the call succeeding. My guess is that it is being displayed but on the desktop of the other process.
Can anyone confirm this? Is there a way to get it to display on the logged on users desktop?
I am calling CreateWindow in this process and it's not being displayed, despite the call succeeding. My guess is that it is being displayed but on the desktop of the other process.
Can anyone confirm this? Is there a way to get it to display on the logged on users desktop?