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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top