Click here to Skip to main content
15,794,795 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog as TopLevel window Pin
mav.northwind1-Jun-06 23:13
mav.northwind1-Jun-06 23:13 
GeneralRe: Dialog as TopLevel window Pin
Nibu babu thomas1-Jun-06 23:16
Nibu babu thomas1-Jun-06 23:16 
GeneralRe: Dialog as TopLevel window Pin
mav.northwind1-Jun-06 23:36
mav.northwind1-Jun-06 23:36 
AnswerRe: Dialog as TopLevel window Pin
Viorel.1-Jun-06 23:20
Viorel.1-Jun-06 23:20 
GeneralRe: Dialog as TopLevel window Pin
mav.northwind1-Jun-06 23:30
mav.northwind1-Jun-06 23:30 
GeneralRe: Dialog as TopLevel window [modified] Pin
mav.northwind2-Jun-06 0:04
mav.northwind2-Jun-06 0:04 
GeneralRe: Dialog as TopLevel window [modified] Pin
Viorel.2-Jun-06 0:41
Viorel.2-Jun-06 0:41 
GeneralRe: Dialog as TopLevel window [modified] Pin
mav.northwind2-Jun-06 6:31
mav.northwind2-Jun-06 6: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 22:39
Y_Kaushik1-Jun-06 22:39 
QuestionRe: Form's Button not responding Pin
Hamid_RT1-Jun-06 23:35
Hamid_RT1-Jun-06 23:35 
QuestionCustomize ColorDialog Pin
velayudhan_raj1-Jun-06 22:21
velayudhan_raj1-Jun-06 22:21 
AnswerRe: Customize ColorDialog Pin
Hamid_RT1-Jun-06 22:37
Hamid_RT1-Jun-06 22:37 
GeneralRe: Customize ColorDialog Pin
suja sreekumar2-Jun-06 0:31
suja sreekumar2-Jun-06 0:31 
GeneralRe: Customize ColorDialog Pin
Hamid_RT2-Jun-06 2:08
Hamid_RT2-Jun-06 2:08 
QuestionUser interface problem -- check a point is inside a polygon or not Pin
George_George1-Jun-06 22:15
George_George1-Jun-06 22:15 
AnswerRe: User interface problem -- check a point is inside a polygon or not Pin
Stephen Hewitt1-Jun-06 22:20
Stephen Hewitt1-Jun-06 22:20 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
George_George1-Jun-06 22:50
George_George1-Jun-06 22:50 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
Cedric Moonen1-Jun-06 22:57
Cedric Moonen1-Jun-06 22:57 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
George_George1-Jun-06 23:09
George_George1-Jun-06 23:09 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
Stephen Hewitt1-Jun-06 23:10
Stephen Hewitt1-Jun-06 23:10 
GeneralRe: User interface problem -- check a point is inside a polygon or not [modified] Pin
George_George1-Jun-06 23:32
George_George1-Jun-06 23:32 
Questionsorting vector that holds object Pin
voorugonda prashanth1-Jun-06 21:49
voorugonda prashanth1-Jun-06 21:49 
AnswerRe: sorting vector that holds object Pin
Stephen Hewitt1-Jun-06 22:13
Stephen Hewitt1-Jun-06 22:13 
AnswerRe: sorting vector that holds object [modified] Pin
Viorel.1-Jun-06 22:29
Viorel.1-Jun-06 22:29 
AnswerRe: sorting vector that holds object Pin
toxcct1-Jun-06 22:54
toxcct1-Jun-06 22: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.