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.
Loading
mark draganPosted Feb 3, 2011, 9:21 AM
Sam HobbsPosted Feb 3, 2011, 12:06 AM
mark draganPosted Feb 2, 2011, 12:56 PM
thanks for reply I was thinking about similiar idea, probabbly I'm going to launch another process with image that will hide that console window and when that another app is running I'll close that process with image.
Sam HobbsPosted Feb 2, 2011, 2:54 AM