Click here to Skip to main content
16,004,678 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog as TopLevel window Pin
mav.northwind1-Jun-06 22:13
mav.northwind1-Jun-06 22:13 
GeneralRe: Dialog as TopLevel window Pin
Nibu babu thomas1-Jun-06 22:16
Nibu babu thomas1-Jun-06 22:16 
GeneralRe: Dialog as TopLevel window Pin
mav.northwind1-Jun-06 22:36
mav.northwind1-Jun-06 22:36 
AnswerRe: Dialog as TopLevel window Pin
Viorel.1-Jun-06 22:20
Viorel.1-Jun-06 22:20 
GeneralRe: Dialog as TopLevel window Pin
mav.northwind1-Jun-06 22:30
mav.northwind1-Jun-06 22:30 
GeneralRe: Dialog as TopLevel window [modified] Pin
mav.northwind1-Jun-06 23:04
mav.northwind1-Jun-06 23:04 
GeneralRe: Dialog as TopLevel window [modified] Pin
Viorel.1-Jun-06 23:41
Viorel.1-Jun-06 23:41 
GeneralRe: Dialog as TopLevel window [modified] Pin
mav.northwind2-Jun-06 5:31
mav.northwind2-Jun-06 5:31 
Thanks for the suggestion, but (as always) it's not as simple as that.
I have the dialog in my DLL because I need to raise events to the hosting application from within the same thread that loaded my DLL.
Some events I get come in via remoting from a different thread, so I have to "marshal" (big word for sending a message Smile | :) ) them to the other thread by sending a message to the dialog and have the dialog raise the event.
Now I not only have to send messages to the dialog from within the DLL (where I have access to the dialog's HWND), but from other applications as well. That's the whole reason for my problems...

Well, the constant window title at least works, so I think I'll have to use it for now until I find a better way.

Regards,
mav

--
Black holes are the places where god divided by 0...
QuestionForm's Button not responding Pin
Y_Kaushik1-Jun-06 21:39
Y_Kaushik1-Jun-06 21:39 
QuestionRe: Form's Button not responding Pin
Hamid_RT1-Jun-06 22:35
Hamid_RT1-Jun-06 22:35 
QuestionCustomize ColorDialog Pin
velayudhan_raj1-Jun-06 21:21
velayudhan_raj1-Jun-06 21:21 
AnswerRe: Customize ColorDialog Pin
Hamid_RT1-Jun-06 21:37
Hamid_RT1-Jun-06 21:37 
GeneralRe: Customize ColorDialog Pin
suja sreekumar1-Jun-06 23:31
suja sreekumar1-Jun-06 23:31 
GeneralRe: Customize ColorDialog Pin
Hamid_RT2-Jun-06 1:08
Hamid_RT2-Jun-06 1:08 
QuestionUser interface problem -- check a point is inside a polygon or not Pin
George_George1-Jun-06 21:15
George_George1-Jun-06 21:15 
AnswerRe: User interface problem -- check a point is inside a polygon or not Pin
Stephen Hewitt1-Jun-06 21:20
Stephen Hewitt1-Jun-06 21:20 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
George_George1-Jun-06 21:50
George_George1-Jun-06 21:50 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
Cedric Moonen1-Jun-06 21:57
Cedric Moonen1-Jun-06 21:57 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
George_George1-Jun-06 22:09
George_George1-Jun-06 22:09 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
Stephen Hewitt1-Jun-06 22:10
Stephen Hewitt1-Jun-06 22:10 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
George_George1-Jun-06 22:32
George_George1-Jun-06 22:32 
Questionsorting vector that holds object Pin
voorugonda prashanth1-Jun-06 20:49
voorugonda prashanth1-Jun-06 20:49 
AnswerRe: sorting vector that holds object Pin
Stephen Hewitt1-Jun-06 21:13
Stephen Hewitt1-Jun-06 21:13 
AnswerRe: sorting vector that holds object [modified] Pin
Viorel.1-Jun-06 21:29
Viorel.1-Jun-06 21:29 
AnswerRe: sorting vector that holds object Pin
toxcct1-Jun-06 21:54
toxcct1-Jun-06 21:54 

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.