Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rotate .bmp's on the fly
Message
From
11/02/2000 09:07:49
 
 
To
11/02/2000 08:24:42
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00330471
Message ID:
00330633
Views:
14
I simply put code like:
In the refresh method of the form:
thisform.showallheaders.picture=IIF(thisform.lshowallheaders,"UP.BMP","DOWN.BMP")
thisform.showallheaders.tooltiptext=IIF(thisform.lshowallheaders,GetFldTxt("sysmsg","cMsg_HideHeaders"),GetFldTxt("sysmsg","cMsg_ShowHeaders"))

As long as UP and DONW .BMP files are included in the project it'll find them.


Another choice is to add the two picture to the form and make 1 invisble
at the appropriate time.

There is also an IMage List control your find on your system.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform