Join The Works program to have access to the most current content, and to be able to ask questions and get answers from Revelation staff and the Revelation community

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.

Carl Pates

Sprezzatura

The Sprezzatura Blog

World leaders in all things RevSoft

View this thread on the Works forum...

  • third_party_content/community/commentary/forums_works/c710f2925423d97977b4f9717.txt
  • Last modified: 2023/12/30 11:57
  • by 127.0.0.1