|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to start process w/ equivalent of Win32 SW_SHOWNOACTIVATE?(Assuming .Net 1.1)
How do I create a process and specify that the window should *not* be activated, similar to (Win32) STARTUPINFO.wShowWindow = SW_SHOWNOACTIVATE ? ProcessWindowStyle only supports Hidden, Maximized, Minimized, and Normal. At this point, I'm presuming that I have to drop into P/Invoke and call the Win32 API, messy at best. |
|||||||||||||||||||||||