Click here to Skip to main content
15,918,967 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Use template with "Conversion Functions" get problem. Pin
hawkgao012921-Jul-09 21:40
hawkgao012921-Jul-09 21:40 
GeneralRe: Use template with "Conversion Functions" get problem. Pin
Stuart Dootson21-Jul-09 22:27
professionalStuart Dootson21-Jul-09 22:27 
GeneralRe: Use template with "Conversion Functions" get problem. Pin
hawkgao012921-Jul-09 23:01
hawkgao012921-Jul-09 23:01 
GeneralRe: Use template with "Conversion Functions" get problem. Pin
Stuart Dootson21-Jul-09 23:13
professionalStuart Dootson21-Jul-09 23:13 
GeneralRe: Use template with "Conversion Functions" get problem. [modified] Pin
hawkgao012921-Jul-09 23:25
hawkgao012921-Jul-09 23:25 
GeneralRe: Use template with "Conversion Functions" get problem. Pin
Stuart Dootson22-Jul-09 0:11
professionalStuart Dootson22-Jul-09 0:11 
QuestionPosting too many messages Pin
Russell'21-Jul-09 0:13
Russell'21-Jul-09 0:13 
AnswerRe: Posting too many messages Pin
«_Superman_»21-Jul-09 0:23
professional«_Superman_»21-Jul-09 0:23 
You can use SendMessageCallback[^] instead of PostMessage.
This API return immediately just like PostMessage.
When the message handler is finished with processing the message the callback function passed in as parameter to SendMessageCallback is called. This way you can keep track of whether a specific message handler has finished processing the message.

«_Superman
I love work. It gives me something to do between weekends.

QuestionDiable F12 in word using automation Pin
gadag21-Jul-09 0:12
gadag21-Jul-09 0:12 
QuestionOpp Concept Pin
zakkas248320-Jul-09 23:25
zakkas248320-Jul-09 23:25 
AnswerRe: Opp Concept Pin
_AnsHUMAN_ 20-Jul-09 23:31
_AnsHUMAN_ 20-Jul-09 23:31 
GeneralRe: Opp Concept Pin
zakkas248320-Jul-09 23:33
zakkas248320-Jul-09 23:33 
GeneralRe: Opp Concept Pin
_AnsHUMAN_ 20-Jul-09 23:49
_AnsHUMAN_ 20-Jul-09 23:49 
AnswerRe: Opp Concept Pin
Adam Roderick J20-Jul-09 23:50
Adam Roderick J20-Jul-09 23:50 
AnswerRe: Opp Concept Pin
Stuart Dootson20-Jul-09 23:54
professionalStuart Dootson20-Jul-09 23:54 
Questionrunning exe without having Visual studio installed Pin
MahaKh20-Jul-09 23:22
MahaKh20-Jul-09 23:22 
AnswerRe: running exe without having Visual studio installed Pin
_AnsHUMAN_ 20-Jul-09 23:29
_AnsHUMAN_ 20-Jul-09 23:29 
GeneralRe: running exe without having Visual studio installed Pin
MahaKh20-Jul-09 23:39
MahaKh20-Jul-09 23:39 
GeneralRe: running exe without having Visual studio installed Pin
_AnsHUMAN_ 20-Jul-09 23:44
_AnsHUMAN_ 20-Jul-09 23:44 
GeneralRe: running exe without having Visual studio installed Pin
MahaKh20-Jul-09 23:46
MahaKh20-Jul-09 23:46 
GeneralRe: running exe without having Visual studio installed Pin
Randor 21-Jul-09 1:38
professional Randor 21-Jul-09 1:38 
AnswerRe: running exe without having Visual studio installed Pin
Stuart Dootson20-Jul-09 23:50
professionalStuart Dootson20-Jul-09 23:50 
AnswerRe: running exe without having Visual studio installed Pin
Randor 21-Jul-09 0:36
professional Randor 21-Jul-09 0:36 
AnswerRe: running exe without having Visual studio installed Pin
David Crow21-Jul-09 3:00
David Crow21-Jul-09 3:00 
Questionlong int - checking the boundary value for LONG INT Pin
hrishiS20-Jul-09 23:21
hrishiS20-Jul-09 23:21 

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.