Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a form background be hidden
Message
De
12/02/2003 07:35:35
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00752217
Message ID:
00752222
Vues:
14
Gerard, the following form properties will remove everything about the form which makes it look like a form. Put all your buttons together on the form - eg like a toolbar. Size the form around the buttons as required. Then set the following
.BORDERSTYLE=1         && But then you cannot resize it
.CAPTION="My Buttons"  && Or whatever caption you like or none at all
.CONTROLBOX=.F.        && No top left control box
.MAXBUTTON=.F.         && No max button
.MINBUTTON=.F.         && No min button
>Hi.
>I have a form with just 6 command buttons on it.
>Is there a way to hide everything to do with the form, except the Buttons ?
>
>I am doing this so that I can emulate a toolbar .
>I have code as follows:
> Do MyForm
> Do MyMenu
> Read Events
>
>On MyForm, I just have the 6 command buttons which I want to line up on the left hand side of the desk top so I can select them at any time during the APP.
>
>Maybe there is another way to accomplish what I want to do but I dont know of any way of just getting Buttons to appear on the desk top.
>
>Regards,
>
>Gerard
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform