Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Container Click event
Message
From
05/07/1999 01:43:30
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00237393
Message ID:
00237403
Views:
10
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform