![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache, hiding the url | blesets | UNIX for Dummies Questions & Answers | 2 | 07-12-2005 10:08 AM |
| window 2000 professional not pinging my window 98 system. | kayode | Windows & DOS: Issues & Discussions | 10 | 11-13-2003 12:12 AM |
| Hiding an IP address | datopdog | IP Networking | 1 | 11-11-2002 04:18 PM |
| Hiding password from ps | sudojo | Shell Programming and Scripting | 7 | 04-04-2002 01:52 PM |
| Perl Code Hiding | sskb | Shell Programming and Scripting | 5 | 01-02-2002 11:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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? Comments are welcome here or at this page. http://mudassir.livejournal.com/22806.html thanks! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
UNIX ain't windows. You don't get console windows unless you ask. "Hiding" a window is a really lame solution -- just don't make console windows. If you're getting console windows you need to track down whatever's running these things in xterm instead of by themselves.
|
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|