Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get rid of MVFP heading, pull-down menu and the b
Message
From
26/01/1999 12:08:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
26/01/1999 11:59:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00180327
Message ID:
00180332
Views:
23
>When I run my exe program, how can I get rid of the Microsoft Visual FoxPro heading bar, the pull-down menu of "File", "Edit" and the record bar at the bottom so that I can save more space for the display of my program?
You could directly use a toplevel form. Set caption = "", closable, movable, minbutton, maxbutton etc = .f. (like a splash form). Or do those for main fox window + set sysmenu off.

_screen.borderstyle = 3
_screen.caption = ""
_screen.movable = .f.
_screen.controlbox = .f.
_screen.closable = .f.
_screen.minbutton = .f.
_screen.maxbutton = .f.

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform