I am facing a problem while creating/executing a process in C. I am using old fork/exec mechanism. The problem is:
I want to hide the console window of the app i am instantiating. Remember i am instantiating a console application from a GUI application.
Is this possible? How?
thanks!
I want to hide the console window of the app i am instantiating. Remember i am instantiating a console application from a GUI application.
Is this possible? How?
thanks!
okay
Comments