Separator Support |
Post Reply |
Author | |
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
Posted: 16 January 2007 at 7:57pm |
I noticed a post from the middle of last year inquiring about the ability to put separators between items on the TaskPanel. At the time, the answer was no support, and I'm just wondering if this is still the case. If so, is there any word on the possibility of adding separator support in the future?
I've tried to add a custom UserControl that draws its own separator line to the TaskPanel, but it appears as though the TaskPanel only accepts non-UserControl controls. Is this really the case? Thanks, JPB |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Add
property to UserControl:
Public Property Get hWnd() As Long
hWnd = UserControl.hWnd End Property and add it to TaskPanel:
Set Item = Group.Items.Add(ID_TASKITEM_MYDOCUMENTS, "My Documents", xtpTaskItemTypeControl, 8)
tem.SetHandle UserControl11.hWnd |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Thanks Oleg, that worked!
|
|
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 |