Hi,

I have an application working on the smartphone which I converted from
WM5 PPC. It all works fine but the only issue that I currently have is
that I have CheckBoxes on the View of the application and even though I
have set the TAB_STOP property when creating the CheckBoxes I can not
get the Focus to change between CheckBoxes, when using the Navigation
Pad on the phone. Also I have created a test application and added a
WM_COMMAND handler to my View and tried trapping the BN_CLICK event,
which I can notified. The problem is that if you click left or right
it also sends a BN_CLICK event. If I create CheckBoxes within a DLG
box it works and can navigate fine, strange behaviour. One other
problem I have seen is with edit controls within a DLG, if you make a
mistake entering text the back space key does not delete, though I
believe it is supposed to.

Thanks in Advance.

Nick...

Re: Smartphone Navigation Pad by Yaroslav

Yaroslav
Wed Jul 26 04:07:07 CDT 2006

For your back key problem take a look at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/devguidesp/html/sp_howhowtooverridebackkeyfordialogboxeswitheditcontrols.asp

--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com


<ndc72uk@hotmail.com> wrote in message
news:1153554510.990433.92540@i3g2000cwc.googlegroups.com...
> Hi,
>
> I have an application working on the smartphone which I converted from
> WM5 PPC. It all works fine but the only issue that I currently have is
> that I have CheckBoxes on the View of the application and even though I
> have set the TAB_STOP property when creating the CheckBoxes I can not
> get the Focus to change between CheckBoxes, when using the Navigation
> Pad on the phone. Also I have created a test application and added a
> WM_COMMAND handler to my View and tried trapping the BN_CLICK event,
> which I can notified. The problem is that if you click left or right
> it also sends a BN_CLICK event. If I create CheckBoxes within a DLG
> box it works and can navigate fine, strange behaviour. One other
> problem I have seen is with edit controls within a DLG, if you make a
> mistake entering text the back space key does not delete, though I
> believe it is supposed to.
>
> Thanks in Advance.
>
> Nick...
>