Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form showing without borders etc
Message
From
04/11/1998 05:42:13
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
04/11/1998 05:20:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00154270
Message ID:
00154272
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform