Click here to Skip to main content
16,016,345 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FindFirstFile returning wildcards? Pin
skullfire24-Oct-06 12:01
skullfire24-Oct-06 12:01 
GeneralRe: FindFirstFile returning wildcards? Pin
Jörgen Sigvardsson24-Oct-06 12:07
Jörgen Sigvardsson24-Oct-06 12:07 
GeneralRe: FindFirstFile returning wildcards? Pin
fefe.wyx24-Oct-06 15:50
fefe.wyx24-Oct-06 15:50 
QuestionConvert a Win32 project to Pocket PC project Pin
ayw00324-Oct-06 10:53
ayw00324-Oct-06 10:53 
QuestionHow to send a message to the Parent window Pin
prithaa24-Oct-06 10:20
prithaa24-Oct-06 10:20 
AnswerRe: How to send a message to the Parent window Pin
Mark Salsbery24-Oct-06 12:18
Mark Salsbery24-Oct-06 12:18 
GeneralRe: How to send a message to the Parent window Pin
prithaa24-Oct-06 18:48
prithaa24-Oct-06 18:48 
Questionhow can i hide console from the user when using _popen() Pin
mitil2039048230424-Oct-06 9:36
mitil2039048230424-Oct-06 9:36 
Hi I am using _popen to execute an exe file and read back the result in to a text file and analyze it. but from the time that user clicks the button the console window appears on the screen and goes away when the process is finished. how can i hide the console window from the user and show something like work in progress instead.
is there a way to hide _popen ?



char Buffer[9];<br />
	string commandline="address";<br />
<br />
	FILE *fp;<br />
<br />
	if ( (fp= _popen(commandline.c_str(),"r"))==NULL)<br />
		exit(1);<br />
	<br />
		fgets( Buffer, 9, fp );

AnswerRe: how can i hide console from the user when using _popen() Pin
David Crow24-Oct-06 10:07
David Crow24-Oct-06 10:07 
GeneralRe: how can i hide console from the user when using _popen() Pin
mitil2039048230424-Oct-06 10:59
mitil2039048230424-Oct-06 10:59 
GeneralRe: how can i hide console from the user when using _popen() Pin
mitil2039048230424-Oct-06 12:33
mitil2039048230424-Oct-06 12:33 
QuestionParsing a integer value as a Parameter Pin
Phoenix10124-Oct-06 8:35
Phoenix10124-Oct-06 8:35 
AnswerRe: Parsing a integer value as a Parameter Pin
David Crow24-Oct-06 8:43
David Crow24-Oct-06 8:43 
GeneralRe: Parsing a integer value as a Parameter Pin
Phoenix10124-Oct-06 21:26
Phoenix10124-Oct-06 21:26 
AnswerRe: Parsing a integer value as a Parameter Pin
Nemanja Trifunovic24-Oct-06 9:39
Nemanja Trifunovic24-Oct-06 9:39 
QuestionA simple question about memory reallocation Pin
pani6824-Oct-06 8:25
pani6824-Oct-06 8:25 
AnswerRe: A simple question about memory reallocation Pin
David Crow24-Oct-06 8:29
David Crow24-Oct-06 8:29 
AnswerRe: A simple question about memory reallocation Pin
Mark Salsbery24-Oct-06 8:44
Mark Salsbery24-Oct-06 8:44 
AnswerRe: A simple question about memory reallocation Pin
Zac Howland24-Oct-06 10:57
Zac Howland24-Oct-06 10:57 
AnswerRe: A simple question about memory reallocation Pin
cmk24-Oct-06 11:25
cmk24-Oct-06 11:25 
GeneralRe: A simple question about memory reallocation Pin
Zac Howland24-Oct-06 11:36
Zac Howland24-Oct-06 11:36 
GeneralRe: A simple question about memory reallocation Pin
cmk25-Oct-06 6:11
cmk25-Oct-06 6:11 
GeneralRe: A simple question about memory reallocation Pin
Zac Howland25-Oct-06 6:28
Zac Howland25-Oct-06 6:28 
GeneralRe: A simple question about memory reallocation Pin
cmk25-Oct-06 8:10
cmk25-Oct-06 8:10 
GeneralRe: A simple question about memory reallocation Pin
Zac Howland25-Oct-06 8:35
Zac Howland25-Oct-06 8:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.