M
Marian Heddesheimer
Hi,
I have a C# main form which creates a new non-modal Dialog. From the
modal Dialog I can update data via a public attribute from the Dialog,
but how do I notify the main window that data has changed?
In MFC I just used SendMessage to send a WM_NOTIFY. Is there an
equivalent in plain c# or can I use another method to notify the main
window about changes?
Regards
Marian
I have a C# main form which creates a new non-modal Dialog. From the
modal Dialog I can update data via a public attribute from the Dialog,
but how do I notify the main window that data has changed?
In MFC I just used SendMessage to send a WM_NOTIFY. Is there an
equivalent in plain c# or can I use another method to notify the main
window about changes?
Regards
Marian