{{tag>category:"OpenInsight 32-bit" author:"Chris Meyer" author:"Carl Pates"}} [[https://www.revelation.com/the-works|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]] ==== 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. [email=cpates@sprezzatura.com]Carl Pates[/email] [url=http://www.sprezzatura.com]Sprezzatura[/url] [url=http://www.sprezzatura.com/blog]The Sprezzatura Blog[/url] [i]World leaders in all things RevSoft[/i] [img]http://www.sprezzatura.com/zz.gif[/img] [[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=WORKS_READ&SUMMARY=1&KEY=C710F2925423D97977B4F9717|View this thread on the Works forum...]]