Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
mark dragan
0
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.
Reply
Answers (
4
)
read message from facebook developer tool kit using Compact Framework...
Call One exe file from another exe file...