Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CTimeSpan usage Pin
Roger Wright27-Aug-03 5:20
professionalRoger Wright27-Aug-03 5:20 
GeneralRe: CTimeSpan usage Pin
RChin27-Aug-03 5:20
RChin27-Aug-03 5:20 
GeneralRe: CTimeSpan usage Pin
Anonymous27-Aug-03 19:09
Anonymous27-Aug-03 19:09 
GeneralRe: CTimeSpan usage Pin
Anonymous27-Aug-03 19:10
Anonymous27-Aug-03 19:10 
GeneralRe: CTimeSpan usage Pin
JensB27-Aug-03 21:05
JensB27-Aug-03 21:05 
GeneralRe: CTimeSpan usage Pin
RChin27-Aug-03 22:39
RChin27-Aug-03 22:39 
GeneralRe: CTimeSpan usage Pin
JensB27-Aug-03 22:53
JensB27-Aug-03 22:53 
GeneralConsole app Q (newbie) Pin
sallas27-Aug-03 3:56
sallas27-Aug-03 3:56 
Hi all. Have 2 Q's.
First, I am using a console app in VC++ to launch IE. I then need for the console to monitor how long the app is open by presenteng dots accross the console screnn. My problem is that I can do this, but cannot see the dots UNTILL I have killed the app. How do I give the spotlight to the console WITH the app open and have the console progressively indicate (one dot per second) the time its open??
Partial code is as follws:

if( !CreateProcess( NULL,"C:\\Program Files\\Internet Explorer\iexplore.exe",NULL,NULL,FALSE,0,NULL,NULL,&si,&pi))
{
cout <<"CreateProcess failed.\n";
}

else

cout<
GeneralRe: Console app Q (newbie) Pin
David Crow27-Aug-03 4:17
David Crow27-Aug-03 4:17 
GeneralRe: Console app Q (newbie) Pin
sallas27-Aug-03 6:00
sallas27-Aug-03 6:00 
Generalinitialising memory block using malloc Pin
Dangleberry27-Aug-03 3:22
sussDangleberry27-Aug-03 3:22 
GeneralRe: initialising memory block using malloc Pin
Magnus Westin27-Aug-03 3:26
Magnus Westin27-Aug-03 3:26 
GeneralRe: initialising memory block using malloc Pin
Joaquín M López Muñoz27-Aug-03 3:33
Joaquín M López Muñoz27-Aug-03 3:33 
GeneralRe: initialising memory block using malloc Pin
Dangleberry28-Aug-03 7:51
sussDangleberry28-Aug-03 7:51 
GeneralCalling one exe from other Pin
rohit.dhamija27-Aug-03 2:44
rohit.dhamija27-Aug-03 2:44 
GeneralRe: Calling one exe from other Pin
Magnus Westin27-Aug-03 2:54
Magnus Westin27-Aug-03 2:54 
GeneralProcess End Pin
Andrew Walker27-Aug-03 3:00
Andrew Walker27-Aug-03 3:00 
GeneralRe: Process End Pin
Nish Nishant27-Aug-03 3:05
sitebuilderNish Nishant27-Aug-03 3:05 
GeneralRe: Process End Pin
Andrew Walker27-Aug-03 3:17
Andrew Walker27-Aug-03 3:17 
GeneralRe: Process End Pin
iceage27-Aug-03 3:06
iceage27-Aug-03 3:06 
GeneralRe: Process End Pin
Magnus Westin27-Aug-03 3:09
Magnus Westin27-Aug-03 3:09 
GeneralRe: Process End Pin
vcplusplus27-Aug-03 3:27
vcplusplus27-Aug-03 3:27 
QuestionUpdating the property window from my custom property page? Pin
Daed27-Aug-03 2:41
Daed27-Aug-03 2:41 
QuestionHow to catch exception? Pin
HansonDavid27-Aug-03 2:39
HansonDavid27-Aug-03 2:39 
AnswerRe: How to catch exception? Pin
Neville Franks27-Aug-03 10:29
Neville Franks27-Aug-03 10:29 

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.