Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Background Color for Command Buttons
Message
From
06/06/2001 09:12:13
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00514892
Message ID:
00515685
Views:
19
>> I was toying with the idea of a shape or container that would simulate a button. <<

I'd suggest using a container as opposed to a shape control. You can then put a label and optionally an image within the container.

Start with SpecialEffect = 0.

In the MouseDown event:
WITH THIS

   .SpecialEffect = 1
   .Visible       = .Visible

ENDWITH && THIS
In the MouseUp event:
WITH THIS

   .SpecialEffect = 0
   .Visible       = .Visible

ENDWITH && THIS
Brad Jones
Ariel Computing, Inc.
Brad Jones
Ariel Computing, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform