Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: about parameter passing Pin
David Crow19-Mar-08 3:44
David Crow19-Mar-08 3:44 
GeneralRe: about parameter passing Pin
CPallini19-Mar-08 4:26
mveCPallini19-Mar-08 4:26 
GeneralRe: about parameter passing Pin
David Crow19-Mar-08 4:30
David Crow19-Mar-08 4:30 
GeneralRe: about parameter passing Pin
savitri19-Mar-08 19:45
savitri19-Mar-08 19:45 
QuestionRe: about parameter passing Pin
David Crow20-Mar-08 2:28
David Crow20-Mar-08 2:28 
AnswerRe: about parameter passing Pin
savitri20-Mar-08 21:17
savitri20-Mar-08 21:17 
GeneralRe: about parameter passing Pin
David Crow21-Mar-08 2:53
David Crow21-Mar-08 2:53 
Questionhow to pause execution on a form based application without Sleep() effect Pin
reteset18-Mar-08 23:07
reteset18-Mar-08 23:07 
hi i have a newbie question
how to pause execution of a code block
without sleep effect
for example :

void somefunc()<br />
{<br />
SetWindowText(hWnd,"hello");<br />
WaitFor(5000);    <br />
SetWindowText(hWnd,"good bye");<br />
}

when WaitFor() called, application must continue
execution other functions and application must response to other function calls

finally i don't want to Sleepy | :zzz: sleep complete application when waiting

thans
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
Cedric Moonen18-Mar-08 23:10
Cedric Moonen18-Mar-08 23:10 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
reteset18-Mar-08 23:32
reteset18-Mar-08 23:32 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
Mark Salsbery19-Mar-08 8:41
Mark Salsbery19-Mar-08 8:41 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
Randor 19-Mar-08 3:37
professional Randor 19-Mar-08 3:37 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
ThatsAlok19-Mar-08 19:51
ThatsAlok19-Mar-08 19:51 
GeneralRe: how to pause execution on a form based application without Sleep() effect Pin
reteset21-Mar-08 7:40
reteset21-Mar-08 7:40 
GeneralModeless dialog box Pin
Chandrasekharan P18-Mar-08 22:57
Chandrasekharan P18-Mar-08 22:57 
GeneralRe: Modeless dialog box Pin
Cedric Moonen18-Mar-08 23:05
Cedric Moonen18-Mar-08 23:05 
GeneralRe: Modeless dialog box Pin
Chandrasekharan P18-Mar-08 23:20
Chandrasekharan P18-Mar-08 23:20 
GeneralRe: Modeless dialog box Pin
Cedric Moonen18-Mar-08 23:46
Cedric Moonen18-Mar-08 23:46 
GeneralRe: Modeless dialog box Pin
CPallini19-Mar-08 0:24
mveCPallini19-Mar-08 0:24 
JokeRe: Modeless dialog box Pin
Cedric Moonen19-Mar-08 0:33
Cedric Moonen19-Mar-08 0:33 
JokeRe: Modeless dialog box Pin
Rajesh R Subramanian19-Mar-08 1:19
professionalRajesh R Subramanian19-Mar-08 1:19 
GeneralRe: Modeless dialog box Pin
Cedric Moonen19-Mar-08 1:38
Cedric Moonen19-Mar-08 1:38 
GeneralRe: Modeless dialog box Pin
CPallini19-Mar-08 2:10
mveCPallini19-Mar-08 2:10 
GeneralRe: Modeless dialog box Pin
Rajesh R Subramanian19-Mar-08 2:15
professionalRajesh R Subramanian19-Mar-08 2:15 
GeneralSure. Pin
CPallini19-Mar-08 3:03
mveCPallini19-Mar-08 3:03 

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.