D
Despin
I have two Documents in my VC++ Application. These two documents
should correspond with each other (only parse one or two parameters).
I would like to use PostMessage for communication. I allready declared
some Usermessages with the Class-Wizard for the Two Documents. The
Messages are recieved correct (I tested it with a Menuitem to send the
Message).
Know I would like to know, how can I send these Messages to the
Documents using PostMessage?
:ostMessage(HWND_BROADCAST,ID_GET_DOCUMENT_TITEL,m_title,0);
What am I doing wrong?
should correspond with each other (only parse one or two parameters).
I would like to use PostMessage for communication. I allready declared
some Usermessages with the Class-Wizard for the Two Documents. The
Messages are recieved correct (I tested it with a Menuitem to send the
Message).
Know I would like to know, how can I send these Messages to the
Documents using PostMessage?
:ostMessage(HWND_BROADCAST,ID_GET_DOCUMENT_TITEL,m_title,0);
What am I doing wrong?