Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updated ctl32_statusbar class in Downloads
Message
De
27/04/2006 16:11:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
01116978
Message ID:
01117285
Vues:
18
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform