Click here to Skip to main content
15,921,959 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Need to uncheck "Read Only" for files, and show ClassView layout. Pin
-Dy16-Aug-02 0:44
-Dy16-Aug-02 0:44 
GeneralNeed Advice Pin
Zayax15-Aug-02 23:39
Zayax15-Aug-02 23:39 
GeneralRe: Need Advice Pin
Roman Fadeyev15-Aug-02 23:46
Roman Fadeyev15-Aug-02 23:46 
GeneralRe: Need Advice Pin
Zayax15-Aug-02 23:50
Zayax15-Aug-02 23:50 
GeneralRe: Need Advice Pin
Christian Graus15-Aug-02 23:50
protectorChristian Graus15-Aug-02 23:50 
GeneralWaitForMultipleObjects() Question!! Pin
tongc15-Aug-02 21:28
tongc15-Aug-02 21:28 
GeneralRe: WaitForMultipleObjects() Question!! Pin
Mike Nordell15-Aug-02 22:12
Mike Nordell15-Aug-02 22:12 
GeneralRe: WaitForMultipleObjects() Question!! Pin
tongc16-Aug-02 0:48
tongc16-Aug-02 0:48 
But it doesn't seem to work!! Does the following piece of code look alright ? Thanks


while (WaitForMultipleObjects(5, proHandle, TRUE, 1000) == WAIT_TIMEOUT);
{
for(i = 0; i <5; i++)
{
if(!GetExitCodeProcess(proHandle[i], &status[i]))
cerr << "GetExitCodeProccess Fail" << endl;

if(status[i] != STILL_ACTIVE )
runningProcess--;

}


printf(" %d ", runningProcess);

}
GeneralRe: WaitForMultipleObjects() Question!! Pin
Mike Nordell17-Aug-02 23:41
Mike Nordell17-Aug-02 23:41 
GeneralADO recordset object Pin
Shamoon15-Aug-02 21:05
Shamoon15-Aug-02 21:05 
GeneralRe: ADO recordset object Pin
Stefan Pedersen15-Aug-02 23:02
Stefan Pedersen15-Aug-02 23:02 
GeneralRe: ADO recordset object Pin
Prem Kumar16-Aug-02 2:52
Prem Kumar16-Aug-02 2:52 
QuestionIs a service running ? Pin
Christian Graus15-Aug-02 20:59
protectorChristian Graus15-Aug-02 20:59 
AnswerRe: Is a service running ? Pin
Nish Nishant15-Aug-02 21:35
sitebuilderNish Nishant15-Aug-02 21:35 
QuestionHow to integrate Font control? Pin
Prateeti15-Aug-02 19:38
Prateeti15-Aug-02 19:38 
AnswerRe: How to integrate Font control? Pin
Stefan Pedersen15-Aug-02 23:08
Stefan Pedersen15-Aug-02 23:08 
Generalsimulate mouse double click on other application Pin
mmlxl15-Aug-02 17:52
mmlxl15-Aug-02 17:52 
GeneralRe: simulate mouse double click on other application Pin
Michael Dunn15-Aug-02 18:35
sitebuilderMichael Dunn15-Aug-02 18:35 
GeneralListbox w/ CEdit embeded Pin
alex.barylski15-Aug-02 16:09
alex.barylski15-Aug-02 16:09 
GeneralRe: Listbox w/ CEdit embeded Pin
Ernest Laurentin15-Aug-02 17:50
Ernest Laurentin15-Aug-02 17:50 
GeneralMFC Controls Pin
Anonymous15-Aug-02 13:49
Anonymous15-Aug-02 13:49 
GeneralRe: MFC Controls Pin
Anonymous15-Aug-02 14:29
Anonymous15-Aug-02 14:29 
Generallistsbox Pin
danag15-Aug-02 12:10
danag15-Aug-02 12:10 
GeneralRe: listsbox Pin
Steve L.15-Aug-02 15:50
Steve L.15-Aug-02 15:50 
Generalsql Pin
danag15-Aug-02 11:52
danag15-Aug-02 11:52 

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.