Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form showing without borders etc
Message
De
04/11/1998 05:42:13
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00154270
Message ID:
00154272
Vues:
15
>Hi to all
>I have the following question.
>How can i lanch a form but without toolbars , borders or status bar?
>
>thanking you in advance
>
>mike p
Mike,
Set form properties as :
Closable = .f.
Movable = .f.
Caption = ""
MaxButton = .f.
MinButton = .f.
BorderStyle = 0
ControlBox = .f.
It could be applied to _screen too. Check showwindowtype property also (As top level).
You could add "screen=off" to config.fpw to disable main VFP window (be sure you have show(), read events, clear events when doing these).
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