
Possible to remove the "Main"-titlebar
Hello, Fredrik!
You wrote on Wed, 12 Mar 2003 16:38:31 +0100:
FD> I've started to develop an application intended to be used with
FD> TouchScreens.
FD> I can't figure out how to remove the "main" titlebar in Visual FoxPro,
FD> no problem
FD> removing them from Forms... Is it even possible to remove the main
FD> titlebar
FD> /Fredrik
to hide the titlebar:
_screen.TitleBar = 0
to hide the complete main screen:
_screen.visible = .F.
---
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8