Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Task Panel
  New Posts New Posts RSS Feed - Add Dynamic Link Items
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Add Dynamic Link Items

 Post Reply Post Reply
Author
Message
aamirzia View Drop Down
Newbie
Newbie


Joined: 07 December 2006
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote aamirzia Quote  Post ReplyReply Direct Link To This Post Topic: Add Dynamic Link Items
    Posted: 07 December 2006 at 11:59pm

Hi all,

i want to add dynamic link items in task panel i.e. it is unknown that how many link items i am going to add, is there any way to add them without first adding their references in Resources and String Tables or any other way to do so.
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2006 at 12:46am
Why not:
 
pItem = pGroupSystem->AddLinkItem(0, 0);
pItem->SetCaption("Caption");
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
aamirzia View Drop Down
Newbie
Newbie


Joined: 07 December 2006
Status: Offline
Points: 22
Post Options Post Options   Thanks (0) Thanks(0)   Quote aamirzia Quote  Post ReplyReply Direct Link To This Post Posted: 08 December 2006 at 12:54am
Hi,
 
pItem = pGroupSystem->AddLinkItem(0, 0);
pItem->SetCaption("Caption");
 
The above code will add caption to the Group bar and not to the individual link items, i want to know that how can i set the caption of link items?
 
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.