hi,
how can i post a message in mainfrm.cpp that must be read by the view file?
Instead of CView class i use CFormView class which owns some CEdit.
I implemented some menu and when i select one menu i want to add a string on the CEdit in CFormView.
the problem is that mainfrm.cpp and AppView are different file so i thought to communicate with postmessage
but if i post a message in mainfrm it never appear in appview.
anyone could suggest me a solution? (hope to be clear...)
thanks
Davide
how can i post a message in mainfrm.cpp that must be read by the view file?
Instead of CView class i use CFormView class which owns some CEdit.
I implemented some menu and when i select one menu i want to add a string on the CEdit in CFormView.
the problem is that mainfrm.cpp and AppView are different file so i thought to communicate with postmessage
but if i post a message in mainfrm it never appear in appview.
anyone could suggest me a solution? (hope to be clear...)
thanks
Davide