Dialbutton in WindowsMobile 5

  • Thread starter Thread starter FCustom
  • Start date Start date
F

FCustom

Hi all!
I'm programming in C#.
Does anyone know how to catch dialbutton event in WindowsMobile for
Smartphones??
I like to change default phone application to launch my own created
one...

Thank you!
 
Hi,

Try to use this, you put a break in the wndProc, then you will obtain
the key code of your dialbutton.
Then, you can call RegisterHotKey and UnregisterHotKey... It works, I
have already did that. The only problem is after, I don't have been
successful to reallocate the key to its primary function.
Check out this link : http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=6f3656ec-b669-4a23-987a-a2455fbd2fc4

BR

Fabien Decret
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/ | http://fabdecret.blogspot.com/
 
Back
Top