Board index » cppbuilder » Fullscreen Form
nicolasr
![]() CBuilder Developer |
Fullscreen Form2004-06-26 09:05:52 AM cppbuilder12 Hi all, I have the following problem: For a really small school book library I want to write a software that lets people start the library database. The database is MS Access and the currenty lonesome computer is running Win98. In detail: The computer should be switched on and a blank white screen should appear with a greeting and a link. The link should be something like "Start library database" and should launch MS Access with the database such that the user can search for books. The purpose of all this is that the user should not be able to play around with the desktop or the taskbar. (However, this doesn't need to be 100% secure. The user should just get the impression that this computer is only used to access the library database) Does anyone have a sketch or idea how to accomplish this? My first ideas: A program with a maximized Form with wsStayOnTop put into AutoStart. But how do I then bring MS Access in front of this? thanks for any idea, Nick |