mark dragan

mark dragan

  • NA
  • 38
  • 0

Create Process Console Window?

Feb 2 2011 12:57 AM

Hi everyone, I'm developing app in compact framework and my problem is that inside my app user have option to launch another app, for that I'm using coredll.dll method CreateProcess and when that method is called it launches another process but while that other app is loading user is getting console startupInfo window with some ouput and since that other app needs about 10 secs to load, that console window is realy iritating and not user friendly, so is there is any technique to hide that window, for example I know that in normal window enviroment you can pas DETACHED process flag to that method for not showing that console window but compact framework doesn't support that flag. If you can provide with some link on topic how implement that I would be greatful.
Thanks in advance.
 

Answers (4)