S
Steve
Hi All
I have an on-screen keyboard within a POS program I have written in VB.net
2005, for touch screen computers
I have it set to 'always on top' so the user can move the cursor to
different text boxes and type using the on-screen keyboard
The keyboard launches via the mouseclick event for any text box
If another form is launched, with the onscreen keyboard still visible, the
on-screen keyboard cannot be closed as the new form is opened modally and
will not release focus
Is there an event which captures when any form loads so I can close the
on-screen keyboard first?
Any other ideas other than putting code in every forms load event?
Regards
Steve
I have an on-screen keyboard within a POS program I have written in VB.net
2005, for touch screen computers
I have it set to 'always on top' so the user can move the cursor to
different text boxes and type using the on-screen keyboard
The keyboard launches via the mouseclick event for any text box
If another form is launched, with the onscreen keyboard still visible, the
on-screen keyboard cannot be closed as the new form is opened modally and
will not release focus
Is there an event which captures when any form loads so I can close the
on-screen keyboard first?
Any other ideas other than putting code in every forms load event?
Regards
Steve