Click here to Skip to main content
16,021,125 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm unable to use SendMessage function in Windows Mobile 6. The issue is with the receiving end,because the Mobile Form Class is not having the Method WndProc() to override.

Can anyone help me out of this?

Thanks in advance.
Posted

1 solution

Hi,

Have a look here:
http://stackoverflow.com/a/6734502[^]
Use a MessageWindows class as the target for RegisterHotKey call. You can overrride its WndProc and use that to receive the hotkey messages
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900