Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invisible Command Buttons
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00539138
Message ID:
00539212
Views:
12
Kevin,

Ok, I actually tried it. The problem is the invisible button is getting focus. You need code in the GotFocus of the button that sets focus to another object:
PROCEDURE GOTFOCUS
   THIS.PARENT.oCmd2.SetFocus()
ENDPROC
Also set the invisible button's TabStop property to FALSE so it doesn't get focus as the user tabs through the controls on the form.

Will


>No go, the box still appears. =\
>
>>Kevin,
>>
>>Try setting the SpecialEffect to 1 - Plain.
>>
>>>I have a form with many invisible command buttons. I've noticed that on the mousedown of these buttons an outline appears. Is there any way to eliminate this outline? Or would it be easier to revert all the buttons to transparent shapes?
>>>
>>>Thanks muchly for your time!
Heavy Metal Pedal - click with care
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform