Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Task Panel
  New Posts New Posts RSS Feed - TaskPanelGroupItem.Control
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

TaskPanelGroupItem.Control

 Post Reply Post Reply
Author
Message
fernando View Drop Down
Groupie
Groupie
Avatar

Joined: 22 May 2006
Status: Offline
Points: 25
Post Options Post Options   Thanks (0) Thanks(0)   Quote fernando Quote  Post ReplyReply Direct Link To This Post Topic: TaskPanelGroupItem.Control
    Posted: 24 May 2006 at 11:14am

Hi,

can someon explain how I can add a control as a TaskPanelGroupItem?  The help file says that the Control  property is suposed to:

"Gets/Sets the name of the control to be displayed in this item.  This will add your own custom control such as a textbox, combobox, or form."

I tried setting it to the name of the control, but it doesn't work:

Set Item = Group.Items.Add(2, "Que te den", xtpTaskItemTypeControl, 2)
Item.Control = "DTPicker1"


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: 24 May 2006 at 12:15pm

Try

Item.Handle = DTPicker1.HWnd

Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
telescient View Drop Down
Newbie
Newbie


Joined: 26 June 2006
Location: India
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote telescient Quote  Post ReplyReply Direct Link To This Post Posted: 10 July 2006 at 1:05am

TaskPanelGroup Group;

Group = wndTaskPanel.Groups.Add(0, "Login");

Group.Items.Add(ID_User_Login, "User Login", XTPTaskPanelItemType.xtpTaskItemTypeLink, 1);

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.156 seconds.