Using CreateProcess...Help!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

No matter how I fill in parameters for the CreateProcess API, I keep getting a NullReference exception thrown at me when my code executes

It's driving me nuts!

Can anyone help?
 
Please don't multipost.

No matter how I fill in parameters for the CreateProcess API, I keep getting a NullReference exception thrown at me when my code executes.

Why are you using CreateProcess rather than
System.Diagnostics.Process.Start?

Can anyone help?

Not without seeing your code.



Mattias
 
Back
Top