Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS General Discussion » How to post message to CExtResizableDialog Collapse All
Subject Author Date
Adam chen Mar 12, 2009 - 8:18 AM

Hi exports,


    I have a subclass CMyDlg derived from CExtResizableDialog. I want to post user defined message to this dialog as below 


  CMyDlg * dlg;

 dlg->PostMessage(WM_MY_MESSAGE,NULL,NULL);


 Result in compile Error  error C2039: ’ProcessMessage’ : is not a member of CMyDlg.  How can i post user defined message to this dialog, can you show me an effective method and sample code or ? thanks very much.

Technical Support Mar 12, 2009 - 2:28 PM

There is not enough information in your message. How do you handle your user defined message?