Click here to Skip to main content
15,887,336 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralNative C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 4:20
hatemtaleb19-Mar-08 4:20 
GeneralRe: Native C++ resources in a .NET application Pin
led mike19-Mar-08 4:41
led mike19-Mar-08 4:41 
GeneralRe: Native C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 5:02
hatemtaleb19-Mar-08 5:02 
GeneralRe: Native C++ resources in a .NET application Pin
led mike19-Mar-08 5:08
led mike19-Mar-08 5:08 
GeneralRe: Native C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 5:22
hatemtaleb19-Mar-08 5:22 
GeneralRe: Native C++ resources in a .NET application Pin
led mike19-Mar-08 5:28
led mike19-Mar-08 5:28 
GeneralRe: Native C++ resources in a .NET application Pin
hatemtaleb19-Mar-08 5:41
hatemtaleb19-Mar-08 5:41 
GeneralSending messages to parent Pin
William Engberts19-Mar-08 3:55
William Engberts19-Mar-08 3:55 
Hi all,

I am writing a program that has a main window with a list control. Upon double clicking an item in the list control, I open a dialog box pertaining to this item (There are a numebr og dialogs in a linked list, of which one is selected). The dialog box is running in a modeless mode, since processing in the main window must continue. When I press the OK button, I send a message to the parent window (I pass the m_hWnd of the main window to the dialog boxes and use ::PostMessage) This message causes the main window to update the list control to reflect possible changes made in the dialog box. I then call "DestroyWindow" for the dialog.
This works fine the first time, but it crashes the second time I enter the same modeless dialog. When I comment-out the postmessage call, then everything works fine, so it seems that this message causes the crash. I can see that it is processed before the crash.
Anyone any suggestions?

Thanks in advance,
William
GeneralRe: Sending messages to parent Pin
Cedric Moonen19-Mar-08 3:59
Cedric Moonen19-Mar-08 3:59 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 4:01
William Engberts19-Mar-08 4:01 
GeneralRe: Sending messages to parent Pin
CPallini19-Mar-08 4:17
mveCPallini19-Mar-08 4:17 
GeneralRe: Sending messages to parent Pin
Iain Clarke, Warrior Programmer19-Mar-08 4:03
Iain Clarke, Warrior Programmer19-Mar-08 4:03 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 4:13
William Engberts19-Mar-08 4:13 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 4:27
William Engberts19-Mar-08 4:27 
GeneralRe: Sending messages to parent Pin
Iain Clarke, Warrior Programmer19-Mar-08 5:19
Iain Clarke, Warrior Programmer19-Mar-08 5:19 
GeneralRe: Sending messages to parent Pin
William Engberts19-Mar-08 5:34
William Engberts19-Mar-08 5:34 
GeneralRe: Sending messages to parent Pin
Iain Clarke, Warrior Programmer19-Mar-08 5:45
Iain Clarke, Warrior Programmer19-Mar-08 5:45 
GeneralRe: Sending messages to parent Pin
ThatsAlok19-Mar-08 19:47
ThatsAlok19-Mar-08 19:47 
GeneralRe: Sending messages to parent Pin
Danielle Schmitt19-Mar-08 6:33
Danielle Schmitt19-Mar-08 6:33 
GeneralRe: Sending messages to parent Pin
Danielle Schmitt19-Mar-08 6:37
Danielle Schmitt19-Mar-08 6:37 
GeneralRe: Sending messages to parent Pin
SandipG 19-Mar-08 8:33
SandipG 19-Mar-08 8:33 
QuestionBig numbers Pin
k_micak19-Mar-08 3:51
k_micak19-Mar-08 3:51 
GeneralRe: Big numbers Pin
CPallini19-Mar-08 4:13
mveCPallini19-Mar-08 4:13 
GeneralRe: Big numbers Pin
Maximilien19-Mar-08 5:37
Maximilien19-Mar-08 5:37 
GeneralRe: Big numbers Pin
CPallini19-Mar-08 5:56
mveCPallini19-Mar-08 5:56 

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.