edit control to backspace on win32 application
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I am now a newbie trying to come up witha simple win32 application for WM 5.0 smartphone I find out that by default the edit control does not allow backspace for any button pressed. How do i enable the backspace in this case?
-
Hi, I am now a newbie trying to come up witha simple win32 application for WM 5.0 smartphone I find out that by default the edit control does not allow backspace for any button pressed. How do i enable the backspace in this case?
Hi,
the pink jedi wrote:
I find out that by default the edit control does not allow backspace for any button pressed. How do i enable the backspace in this case?
Look at
SHSendBackToFocusWindow()
in your SDK Doc. cheers, AR