- Independent process but no window on XP ?
- Posted by cnlai on December 5th, 2003
I use VB to create user forms. After collecting user inputs, the data is
passed onto a program written in C (invoked by the API CreateProcess).
The C program displays a dialog box showing the progress (copying
files). Towards the end, the program asks whether user wants to read a
text file.
If yes, the program calls "CreateProcess" to start an independent
process (notepad.exe). But the notepad window is not shown.
If I run the C program by supplying the correct argument, notepad window
is displayed. Can someone tell me why ?
Note. In the calling program written in VB, I indicate that child window
can inherit parent handles, but the security descriptor is NULL.
Thanks.
Similar Posts
- Creating Process in in secondary Window Station (Drivers) by Ronny S
- Independent process do not show up on XP (Development Resources) by cnlai
- How to get ID of process, which Posted/Sent message to my window? (Development Resources) by John Walker
- How to have a non active window process messages (Development Resources) by Derek
- win32 app. displays no window but process runs (Development Resources) by Jeff Onken

