Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing statusbar activex icon (by code)
Message
From
03/03/2004 10:05:30
 
 
To
03/03/2004 09:45:45
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00882678
Message ID:
00882693
Views:
15
This message has been marked as the solution to the initial question of the thread.
Hi Claudio.

What about the sintax.. Is this right ?
thisform.olecontrol2.Panels.Item(1).picture = "mybmp.bmp"


Nope. You need an object reference to a picture, not the name of the file < s >. try this instead:
thisform.olecontrol2.Panels.Item(1).picture = LOADPICTURE( "mybmp.bmp" )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform