This is a discussion on How to hide the command prompt window. within the C and C++ forums, part of the Programming Talk category; Is there any way of hiding the command prompt window when run code in C++ that needs no input from ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
You can use the functions:
FindWindow and ShowWindow to achieve this For instance you can take the following tip for achieving your result: variable_name=FindWindow("class name", NULL); If the function fails the return value is NULL. ShowWindow(variable_name,0); |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| QTP- Is it possible to read certain text from window... | qtptester | Software Testing | 0 | 08-29-2006 09:21 AM |
| to get the ctrls side by side in asp.net design window and in asp.net 2.0 security | bhanumurthybvn@gmail.com | C Sharp | 0 | 06-06-2006 11:06 AM |
| Open Link in new window | fevenz | Suggestions & Feedback | 2 | 05-07-2004 10:37 AM |
| Motif FAQ (Part 4 of 9) | Ken Lee | Tech FAQ | 0 | 04-18-2004 09:54 AM |
| Smalltalk FAQ (v.1.0) | Vikas Malik | Tech FAQ | 0 | 04-17-2004 08:27 AM |