Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can a form background be hidden
Message
 
To
12/02/2003 07:35:35
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00752217
Message ID:
00752277
Views:
12
Hi Jos, thanks for your reply

Your suggstions nearly gives me what I want. You can still see the outline of the form and its background,and I dont seem to be able to get the width less than 114. What I am trying to end up with is my 6 buttons just hanging on the screen, as if the buttons have been places on the screen,not on a form on a screen.

Regards,

Gerard



>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform