Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Controls
  New Posts New Posts RSS Feed - OLEDrag/ListBox: Am I missing something
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

OLEDrag/ListBox: Am I missing something

 Post Reply Post Reply
Author
Message Reverse Sort Order
ceesverburg View Drop Down
Newbie
Newbie
Avatar

Joined: 27 March 2011
Location: Vietnam
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote ceesverburg Quote  Post ReplyReply Direct Link To This Post Topic: OLEDrag/ListBox: Am I missing something
    Posted: 20 April 2011 at 2:21am
Thanks Oleg,

I just found myself the same solution...
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: 18 April 2011 at 8:17am
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
Back to Top
ceesverburg View Drop Down
Newbie
Newbie
Avatar

Joined: 27 March 2011
Location: Vietnam
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote ceesverburg Quote  Post ReplyReply Direct Link To This Post 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...Angry
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.