From: Ernst Sauer on
Hello,

I develop a program for my TouchScreen PPC (HD2 from HTC).
I use VisualStudio 2005, Windows Mobile 6 Professional.

In my MFC-Dialog I have several buttons (like a keyboard).
The dialog works almost fine, but ...

When I click for example the buttons '1' '2' I quickly get
the result "12" in my edit box.
But when I double click a single button (for example '2' '2')
I get the result "2" in the edit box.
So I have to touch '2' wait '2' to get "22" in the edit box.

Other keyboards don't show this effect, so something is wrong
in my program.

I only use ON_BN_CLICKED(...)
and not ON_BN_DBLCLICKED(...)

I think there is now error in the handler for ON_BN_CLICKED
because I get no delay when I click different buttons.

Thanks
E. S.