Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get aform without blue line - caption
Message
 
To
10/08/1998 15:01:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00125387
Message ID:
00125390
Views:
11
>quiero crear una forma que no tenga la linea azul de caption ni maxbutton ni minbutton es eso posible
>
>i know that i can create a form without min button and without maxbutton but how can i create a form without the blue line that where the caption its located?
>
>TNX
>AMG

Set the following Form Properties:

Caption = ''
Closable = .f.
ControlBox = .f.
MinButton = .f.
MaxButton = .f.
Movable = .f.

HTH
_________________________________
There are 2 types of people in the world:
    Those who need closure
Previous
Reply
Map
View

Click here to load this message in the networking platform