|  | 
| TaskPanelGroupItem.Control | 
| Post Reply   | 
| Author | |
| fernando   Groupie     Joined: 22 May 2006 Status: Offline Points: 25 |  Post Options  Thanks(0)  Quote  Reply  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" | |
|  | |
| Oleg   Senior Member   Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |  Post Options  Thanks(0)  Quote  Reply  Posted: 24 May 2006 at 12:15pm | 
| Try Item.Handle = DTPicker1.HWnd | |
| 
     Oleg, Support Team CODEJOCK SOFTWARE SOLUTIONS | |
|  | |
| telescient   Newbie   Joined: 26 June 2006 Location: India Status: Offline Points: 3 |  Post Options  Thanks(0)  Quote  Reply  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); | |
|  | |
| 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 |