Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Invisible Command Buttons
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00539138
Message ID:
00539212
Vues:
10
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform