Click here to Skip to main content
15,884,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Editbox Right click problem Pin
LaHaHa7-Aug-06 15:57
LaHaHa7-Aug-06 15:57 
GeneralRe: Editbox Right click problem Pin
_AnsHUMAN_ 7-Aug-06 17:27
_AnsHUMAN_ 7-Aug-06 17:27 
GeneralRe: Editbox Right click problem Pin
LaHaHa7-Aug-06 17:32
LaHaHa7-Aug-06 17:32 
GeneralRe: Editbox Right click problem Pin
_AnsHUMAN_ 7-Aug-06 17:37
_AnsHUMAN_ 7-Aug-06 17:37 
GeneralRe: Editbox Right click problem Pin
LaHaHa7-Aug-06 18:18
LaHaHa7-Aug-06 18:18 
AnswerRe: Editbox Right click problem Pin
Hamid_RT8-Aug-06 6:56
Hamid_RT8-Aug-06 6:56 
QuestionWait for process initialization after CreateProcess API? Pin
MohammadAmiry7-Aug-06 14:22
MohammadAmiry7-Aug-06 14:22 
AnswerRe: Wait for process initialization after CreateProcess API? Pin
Michael Dunn7-Aug-06 14:28
sitebuilderMichael Dunn7-Aug-06 14:28 
If you wrote the other process, the best way is to pass it an event handle and have it signal the event once the init is done. The parent process can then wait on the event. If you can't change the 2nd process, check out WaitForInputIdle()


--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
GeneralRe: Wait for process initialization after CreateProcess API? Pin
MohammadAmiry8-Aug-06 4:08
MohammadAmiry8-Aug-06 4:08 
QuestionWindow sizing problem in CFormView app Pin
RoyceF7-Aug-06 12:29
RoyceF7-Aug-06 12:29 
AnswerRe: Window sizing problem in CFormView app Pin
Hamid_RT7-Aug-06 20:43
Hamid_RT7-Aug-06 20:43 
QuestionRe: Window sizing problem in CFormView app Pin
David Crow8-Aug-06 2:48
David Crow8-Aug-06 2:48 
QuestionBackground color on Text Boxes and other controls Pin
Reagan Conservative7-Aug-06 12:00
Reagan Conservative7-Aug-06 12:00 
AnswerRe: Background color on Text Boxes and other controls Pin
see me7-Aug-06 18:05
see me7-Aug-06 18:05 
GeneralRe: Background color on Text Boxes and other controls Pin
Reagan Conservative8-Aug-06 3:29
Reagan Conservative8-Aug-06 3:29 
AnswerRe: Background color on Text Boxes and other controls Pin
anu_887-Aug-06 18:35
anu_887-Aug-06 18:35 
GeneralRe: Background color on Text Boxes and other controls Pin
Reagan Conservative8-Aug-06 3:30
Reagan Conservative8-Aug-06 3:30 
AnswerRe: Background color on Text Boxes and other controls Pin
Hamid_RT7-Aug-06 19:29
Hamid_RT7-Aug-06 19:29 
GeneralRe: Background color on Text Boxes and other controls Pin
Reagan Conservative8-Aug-06 3:30
Reagan Conservative8-Aug-06 3:30 
GeneralRe: Background color on Text Boxes and other controls Pin
Hamid_RT8-Aug-06 6:53
Hamid_RT8-Aug-06 6:53 
QuestionWierd memory error [modified] Pin
CoffeeAddict197-Aug-06 10:54
CoffeeAddict197-Aug-06 10:54 
AnswerRe: Wierd memory error Pin
led mike7-Aug-06 11:17
led mike7-Aug-06 11:17 
QuestionPage fault count in a simple dialog box Pin
Varchas R S7-Aug-06 10:05
Varchas R S7-Aug-06 10:05 
AnswerRe: Page fault count in a simple dialog box Pin
Zac Howland7-Aug-06 10:26
Zac Howland7-Aug-06 10:26 
GeneralRe: Page fault count in a simple dialog box Pin
Varchas R S7-Aug-06 10:32
Varchas R S7-Aug-06 10:32 

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.