Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 Nov : Kiosk style application
| Subject: | Kiosk style application |
| Posted by: | "Dominic" (dommy..@yahoo.com.au) |
| Date: | Tue, 21 Nov 2006 15:49:12 +1030 |
Hi
I am looking at developing a simple "kiosk style" application using Borland
6 Pro.
The application will be used at an information day, running on a series of
stand alone workstations.
The application will be running all day and just needs to capture some data
entry and log it to a file for reporting later.
I just need some pointers on how to develop the application so it behaves as
the following:
* No caption bar
* Not moveable, eg the user cannot drag the application to the side of the
screen
* The application will not respond to an ALT+F4 command
* The application will cover the system bar
* The application cannot be resized.
* Full screen, non minimizable.
TIA
Dominic