CreateProcess

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

Guest

The Projects which i create by compact framework call the other forms by
create project..But it doesnt allow me to open the 2nd form without closing
the main project...But whenever i try to call -for instance calc.exe- another
embedded programme from my project it works without closing itself..What
should i do for calling the 2nd project without closing the first form
 
Wow! You're mixing your terminology all over the place. Let me rephrase
and see if I'm right.

You want to have a main form and that form, in turn, should launch other
forms in response to some user action. Correct? The other forms are
defined where? In other EXEs? And this is running on what sort of device?
Pocket PC? When you try to launch the other EXE, by CreateProcess(), it
will not launch until you do what, exactly?

Paul T.
 

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