views:

156

answers:

2

When I use CreateProcess API, the result is successful, but there is no new instance of explorer.exe, and the old instance just open a folder.

So, How can I create a new instance of explorer.exe by Microsoft Visual C++ ?

A: 

Process.Start method

Dave Swersky
# != ++ :)
Tim Stewart
+1  A: 
CS
I use /n parameter, but it dosen't work? There is still just only one instance of explorer.exe
@androitadroit2006 How do you call CreateProcess, can you show the code?
CS

related questions