Re: Rendewring a window on top of a screen saver
- From: v-raygon@xxxxxxxxxxxxxxxxxxxx (Rhett Gong [MSFT])
- Date: Wed, 06 Apr 2005 06:40:08 GMT
> how do I create a window on a specific desktop?
You may use a helper application to call CreateProcess on your application
with STARTUPINFO.lpDesktop set to specific desktop (eg. winsta0\default).
Then the application will be started in the desktop you specified.
You can reference following document for more information on STARTUPINFO
structure
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/bas
e/startupinfo_str.asp
In addition, we can create our own destop on a windowstation by using
CreateDesktop.
Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties and confers no rights.
.
- Follow-Ups:
- Re: Rendewring a window on top of a screen saver
- From: steelwire
- Re: Rendewring a window on top of a screen saver
- References:
- Rendewring a window on top of a screen saver
- From: steelwire
- RE: Rendewring a window on top of a screen saver
- From: Rhett Gong [MSFT]
- Re: Rendewring a window on top of a screen saver
- From: steelwire
- Rendewring a window on top of a screen saver
- Prev by Date: RE: Icons in the system tray?
- Next by Date: Re: Retrieving number of copies for a print job
- Previous by thread: Re: Rendewring a window on top of a screen saver
- Next by thread: Re: Rendewring a window on top of a screen saver
- Index(es):
Relevant Pages
|