Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Container Click event
Message
De
05/07/1999 01:43:30
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00237393
Message ID:
00237403
Vues:
12
>I have one line of code on the Click event
>of a container:
>
>this.specialeffect = 1
>
>and it does not change the special effect to
>sunken. Anyone know why?
Kevin,
Before applying specialeffect set visible = .f. then .t.
with this
  .visible = .f.
  .specialeffect = 1
  .visible = .t.
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform