OLEDrag/ListBox: Am I missing something |
Post Reply |
Author | |
ceesverburg
Newbie Joined: 27 March 2011 Location: Vietnam Status: Offline Points: 13 |
Post Options
Thanks(0)
Posted: 15 April 2011 at 11:41am |
Hi,
Very simple thing it seems: set OLEDragMode property of the listbox to automatic, but nothing seems to happen when I do this at design time or run time. Am I missing something? Both in version 13.2.1 and 15.0.1 I have this problem... |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
Sorry in our version you still have to add Private Sub ListBox1_OLEStartDrag(Data As XtremeSuiteControls.DataObject, AllowedEffects As Long) Data.SetData ListBox1.List(ListBox1.ListIndex) AllowedEffects = vbDropEffectCopy End Sub |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
ceesverburg
Newbie Joined: 27 March 2011 Location: Vietnam Status: Offline Points: 13 |
Post Options
Thanks(0)
|
Thanks Oleg,
I just found myself the same solution... |
|
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 |