Window properties for Touch Screen (OpenInsight 32-bit)
At 01 OCT 2012 09:59:20PM Chris Meyer wrote:
I have a new application where all the user input are via buttons on a form via a touch screen, No mouse no keyboard.
The application is to enter racing details by the club member via a touch screen (big buttons).
How can I only display the one entry form on a screen without any other system functions such desktop, etc. and prevent the user from performing any other Microsoft function.
TIA
Chris
At 04 OCT 2012 07:32PM Carl Pates wrote:
Chris,
Few things spring to mind:
[list]
Remove as much of the window chrome as possible - i.e. no caption, thin border
Maximize it on CREATE, or adjust it's size to cover the entire desktop (use the SYSTEM SIZE property)
Ensure you set the WS_EX_TOPMOST style bit using the STYLE_EX property or the Raw Styles editor in the form designer ( equ WS_EX_TOPMOST$ to 0x00000008 )
[/list]
If there's no other mouse or keyboard then the user can't invoke the other desktop functions like seeing the taskbar, right clicking and so on.
World leaders in all things RevSoft