Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to dynamically load values in String table Pin
Pryabu13-Aug-09 23:19
Pryabu13-Aug-09 23:19 
GeneralRe: How to dynamically load values in String table Pin
Rajesh R Subramanian13-Aug-09 23:31
professionalRajesh R Subramanian13-Aug-09 23:31 
GeneralRe: How to dynamically load values in String table Pin
Pryabu13-Aug-09 23:45
Pryabu13-Aug-09 23:45 
GeneralRe: How to dynamically load values in String table Pin
kolecat14-Aug-09 5:29
kolecat14-Aug-09 5:29 
GeneralRe: How to dynamically load values in String table Pin
Pryabu14-Aug-09 1:16
Pryabu14-Aug-09 1:16 
QuestionCombobox.. Pin
kumar sanghvi13-Aug-09 21:53
kumar sanghvi13-Aug-09 21:53 
AnswerRe: Combobox.. Pin
Bacon Ultimate Cheeseburger14-Aug-09 10:29
Bacon Ultimate Cheeseburger14-Aug-09 10:29 
QuestionNon-blocking COM method calls Pin
sashoalm13-Aug-09 21:11
sashoalm13-Aug-09 21:11 
I'm automating Word but some of the method calls I use can be lengthy (they show Word dialogs and the method doesn't return until the user closes the dialog from Word) during which time my GUI thread blocks, because the COM method call I've called doesn't return until the operation in Word is finished. This freezes my app's dialog.

I want to avoid blocking my main thread by making a COM call that returns immediately without waiting for results, like PostMessage vs SendMessage.

There is sufficient light for those who desire to see, and there is sufficient darkness for those of a contrary disposition.
Blaise Pascal

AnswerRe: Non-blocking COM method calls Pin
Garth J Lancaster13-Aug-09 23:49
professionalGarth J Lancaster13-Aug-09 23:49 
GeneralRe: Non-blocking COM method calls Pin
sashoalm14-Aug-09 8:56
sashoalm14-Aug-09 8:56 
AnswerRe: Non-blocking COM method calls Pin
KarstenK14-Aug-09 2:57
mveKarstenK14-Aug-09 2:57 
QuestionCan I use select instead Sleep? Pin
hanlei000000000913-Aug-09 20:48
hanlei000000000913-Aug-09 20:48 
AnswerRe: Can I use select instead Sleep? Pin
KarstenK13-Aug-09 21:11
mveKarstenK13-Aug-09 21:11 
AnswerRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian13-Aug-09 21:17
professionalRajesh R Subramanian13-Aug-09 21:17 
AnswerRe: Can I use select instead Sleep? Pin
Stuart Dootson13-Aug-09 21:37
professionalStuart Dootson13-Aug-09 21:37 
AnswerRe: Can I use select instead Sleep? Pin
David Crow14-Aug-09 2:42
David Crow14-Aug-09 2:42 
AnswerRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 3:00
harold aptroot14-Aug-09 3:00 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 5:24
professionalRajesh R Subramanian14-Aug-09 5:24 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 5:33
harold aptroot14-Aug-09 5:33 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 5:45
professionalRajesh R Subramanian14-Aug-09 5:45 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 5:47
harold aptroot14-Aug-09 5:47 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 8:46
professionalRajesh R Subramanian14-Aug-09 8:46 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 9:00
harold aptroot14-Aug-09 9:00 
GeneralRe: Can I use select instead Sleep? Pin
Rajesh R Subramanian14-Aug-09 9:40
professionalRajesh R Subramanian14-Aug-09 9:40 
GeneralRe: Can I use select instead Sleep? Pin
harold aptroot14-Aug-09 10:03
harold aptroot14-Aug-09 10: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.