Click here to Skip to main content
16,014,294 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralHelp, how to delete nodes xml in c# Pin
woke26-Mar-08 22:45
woke26-Mar-08 22:45 
GeneralWrong forum. Pin
CPallini26-Mar-08 22:54
mveCPallini26-Mar-08 22:54 
GeneralWM_ENDSESSION Pin
john563226-Mar-08 22:43
john563226-Mar-08 22:43 
QuestionRe: WM_ENDSESSION Pin
CPallini26-Mar-08 23:15
mveCPallini26-Mar-08 23:15 
GeneralRe: WM_ENDSESSION Pin
john563226-Mar-08 23:42
john563226-Mar-08 23:42 
GeneralRe: WM_ENDSESSION Pin
Randor 27-Mar-08 7:52
professional Randor 27-Mar-08 7:52 
GeneralCOM message pump Pin
George_George26-Mar-08 22:18
George_George26-Mar-08 22:18 
GeneralRe: COM message pump Pin
Iain Clarke, Warrior Programmer26-Mar-08 23:09
Iain Clarke, Warrior Programmer26-Mar-08 23:09 
I've never know message pump to mean anything other than extracting messages from the queue in an ordinary fashion.

All sorts of things can post messages into the queue, but you only handle then in a controlled fashion.

As for COM. I've never implemented a message queue - just Interfaces with methods, so I can't help you there.

But if I'm right STA stands for *single* threaded apartment. Wouldn't other apartments get their own copy of the com object, so it wouldn't block? If you start doing singleton tricks, then that would be your own problem, and you should only do tricks with your eyes open.

Iain.

Iain Clarke appears because CPallini still cares.

GeneralRe: COM message pump Pin
George_George26-Mar-08 23:43
George_George26-Mar-08 23:43 
AnswerRe: COM message pump Pin
Roger Stoltz27-Mar-08 0:51
Roger Stoltz27-Mar-08 0:51 
GeneralRe: COM message pump Pin
George_George27-Mar-08 2:12
George_George27-Mar-08 2:12 
GeneralRe: COM message pump Pin
Roger Stoltz27-Mar-08 2:38
Roger Stoltz27-Mar-08 2:38 
GeneralRe: COM message pump Pin
George_George27-Mar-08 3:20
George_George27-Mar-08 3:20 
AnswerRe: COM message pump Pin
Roger Stoltz27-Mar-08 22:47
Roger Stoltz27-Mar-08 22:47 
GeneralRe: COM message pump Pin
George_George27-Mar-08 23:38
George_George27-Mar-08 23:38 
GeneralRe: COM message pump Pin
Roger Stoltz28-Mar-08 0:04
Roger Stoltz28-Mar-08 0:04 
GeneralRe: COM message pump Pin
George_George28-Mar-08 0:29
George_George28-Mar-08 0:29 
GeneralRe: COM message pump Pin
Roger Stoltz28-Mar-08 0:53
Roger Stoltz28-Mar-08 0:53 
GeneralRe: COM message pump Pin
George_George28-Mar-08 4:24
George_George28-Mar-08 4:24 
GeneralRe: COM message pump Pin
Roger Stoltz28-Mar-08 4:41
Roger Stoltz28-Mar-08 4:41 
GeneralRe: COM message pump Pin
George_George28-Mar-08 5:05
George_George28-Mar-08 5:05 
GeneralRe: COM message pump Pin
Stephen Hewitt27-Mar-08 15:33
Stephen Hewitt27-Mar-08 15:33 
GeneralRe: COM message pump Pin
Iain Clarke, Warrior Programmer27-Mar-08 22:49
Iain Clarke, Warrior Programmer27-Mar-08 22:49 
GeneralRe: COM message pump Pin
George_George27-Mar-08 23:48
George_George27-Mar-08 23:48 
GeneralProblem in Focusing... Pin
Ashish Chauhan26-Mar-08 21:16
Ashish Chauhan26-Mar-08 21:16 

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.