Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updated ctl32_statusbar class in Downloads
Message
From
27/04/2006 16:11:22
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
01116978
Message ID:
01117285
Views:
12
>>Great! Please do post back with any positive/negative feedback, suggestions, bugs, etc.
>>
>>Carlos
>
>In my first test the class works great and solves my problem with garbage messages from comboboxes.
>
>Now, I want to add an icon for my users form. What should I do? I've added your class in the main program to the screen.

I could swear I read something about a problem with the StatusBarText property, did you edit your post?

You want to add the Icon to the status bar? Lets say you want it in the leftmost panel, the PanelMessage, you could do:

_Screen.myStatusBarName.Icon = "myIconFile.ico"

or

_Screen.myStatusBarName.PanelMessage.Icon = "myIconFile.ico"

"myIconFile.ico" must be in a folder in the path, or include the full path.

Add the icon files to your project.

Keep them questions coming!!

Carlos
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform