Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get rid of MVFP heading, pull-down menu and the b
Message
De
26/01/1999 12:08:33
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/01/1999 11:59:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00180327
Message ID:
00180332
Vues:
24
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform