May 21, 200520 yr Newbies Hi everyone, Now I'm writting a plugin that can communicate with a mobile device by wireless network. I can send messages to that device but I can't not receive messages. If I develop a MFC application, I coulde register message map as follow BEGIN_MESSAGE_MAP(CMyApplication, CDialog) // Device Sever Messages ON_REGISTERED_MESSAGE(WM_MYDEVICE_CONNECT, OnMyDeviceConnect) END_MESSAGE_MAP() How can I register a message in my plug-in? Thanks in advance.
Create an account or sign in to comment