TaskPane Item Caption |
Post Reply |
Author | |
jcollier
Senior Member Joined: 15 February 2006 Status: Offline Points: 250 |
Post Options
Thanks(0)
Posted: 15 February 2006 at 1:43pm |
Can anyone tell me how to change the caption of a TaskPane Item at runtime. One of my items has a current count in it and I need to change it while the program is running.
Using VB6 with WinXP Thanks |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hello, Have you tried Caption proprety? |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
jcollier
Senior Member Joined: 15 February 2006 Status: Offline Points: 250 |
Post Options
Thanks(0)
|
Oleg,
I have tried to set it but I'm getting <Invalid Procedure Call Or Argument>. I must have some syntax wrong but I can't figure out what it is. I'm getting the same error when I use RenameItem. Thanks |
|
jcollier
Senior Member Joined: 15 February 2006 Status: Offline Points: 250 |
Post Options
Thanks(0)
|
Ok, I've almost got it. I was using 0 based index and it is 1 base.
so TaskPanel.Groups(1).Items(1).Caption = "My Messages" does change the caption. HOWEVER, now the icons that were working perfectly are not showing up. What now? Thanks |
|
jcollier
Senior Member Joined: 15 February 2006 Status: Offline Points: 250 |
Post Options
Thanks(0)
|
Ok, this will be my last one on this issue.
The icon thing was a completely separate problem. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |