Click here to Skip to main content
15,891,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: International Software Pin
Roger Allen21-Mar-03 0:03
Roger Allen21-Mar-03 0:03 
GeneralRe: International Software Pin
Olli23-Mar-03 19:46
Olli23-Mar-03 19:46 
GeneralRe: International Software Pin
John R. Shaw21-Mar-03 10:27
John R. Shaw21-Mar-03 10:27 
GeneralRe: International Software Pin
Olli23-Mar-03 19:48
Olli23-Mar-03 19:48 
Generala small problem with windows messages (SDK) Pin
r i s h a b h s20-Mar-03 19:54
r i s h a b h s20-Mar-03 19:54 
GeneralRe: a small problem with messages (SDK) Pin
Oliver Anhuth20-Mar-03 20:58
Oliver Anhuth20-Mar-03 20:58 
GeneralRe: a small problem with messages (SDK) Pin
r i s h a b h s20-Mar-03 22:05
r i s h a b h s20-Mar-03 22:05 
GeneralRe: a small problem with messages (SDK) Pin
Oliver Anhuth20-Mar-03 22:12
Oliver Anhuth20-Mar-03 22:12 
The problem is that the message loop does not get called when a message is sent to your handler. If you cannot perform your task in the message handler you have to make sure that the message loop is triggered without any user interaction.

Maybe you coud post a message to your window, e.g.

PostMessage(hYourWindow, WM_NULL, NULL, NULL);

This will trigger the message loop some time after your handler has finished.

regards Oliver
Generalsocket question (listen, accept) Pin
Daniel Strigl20-Mar-03 19:42
Daniel Strigl20-Mar-03 19:42 
GeneralRe: socket question (listen, accept) Pin
Joaquín M López Muñoz20-Mar-03 20:00
Joaquín M López Muñoz20-Mar-03 20:00 
GeneralRe: socket question (listen, accept) Pin
Daniel Strigl20-Mar-03 20:10
Daniel Strigl20-Mar-03 20:10 
GeneralRe: socket question (listen, accept) Pin
Olli20-Mar-03 20:19
Olli20-Mar-03 20:19 
GeneralRe: socket question (listen, accept) Pin
Daniel Strigl20-Mar-03 21:08
Daniel Strigl20-Mar-03 21:08 
QuestionHow toget notification when any program or executable terminates Pin
Kumar Siddhartha20-Mar-03 18:51
Kumar Siddhartha20-Mar-03 18:51 
AnswerRe: How toget notification when any program or executable terminates Pin
Nish Nishant20-Mar-03 20:02
sitebuilderNish Nishant20-Mar-03 20:02 
GeneralRe: How toget notification when any program or executable terminates Pin
Anonymous20-Mar-03 20:56
Anonymous20-Mar-03 20:56 
GeneralEfficient string searching (advice required) Pin
paulhans20-Mar-03 18:21
paulhans20-Mar-03 18:21 
GeneralRe: Efficient string searching (advice required) Pin
Joaquín M López Muñoz20-Mar-03 20:08
Joaquín M López Muñoz20-Mar-03 20:08 
GeneralRe: Efficient string searching (advice required) Pin
Gunnar Bolle20-Mar-03 21:45
Gunnar Bolle20-Mar-03 21:45 
GeneralRe: Efficient string searching (advice required) Pin
Joaquín M López Muñoz20-Mar-03 21:54
Joaquín M López Muñoz20-Mar-03 21:54 
GeneralRe: Efficient string searching (advice required) Pin
Gunnar Bolle20-Mar-03 21:59
Gunnar Bolle20-Mar-03 21:59 
GeneralRe: Efficient string searching (advice required) Pin
jhwurmbach20-Mar-03 23:06
jhwurmbach20-Mar-03 23:06 
GeneralRe: Efficient string searching (advice required) Pin
John R. Shaw21-Mar-03 11:23
John R. Shaw21-Mar-03 11:23 
GeneralRe: Efficient string searching (advice required) Pin
John R. Shaw21-Mar-03 11:31
John R. Shaw21-Mar-03 11:31 
QuestionHow to Translae a Mapped Drive to a UNC Path Pin
Xilin20-Mar-03 17:20
Xilin20-Mar-03 17:20 

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.