Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use DragDrop with ListView and TreeView Controls?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00040426
Message ID:
00040816
Views:
28
>I'm using dragdrop on a Pageframe with two containers separated by a Shape object that serves as my slider. >When I drag my slider over a container containing the treeview or listview controls the slider disappears. How can >I coodinated my dragdrop operations with the treeview/listview objects? > > >J. Randolph >E-Mail - RandolpJ@Radford-Emh1.Army.Mil Hi! The problem is, that ActiveX controls always run in their own little window that's on top of the other controls. For this reason, your slider will always disappear. There are a couple of tricks that you can use. The easiest one is to set the controls invisible and display a white rectangle instead. This way it soesn't look too stupid. But off course, the contents of the controls is not visible anymore. Another trick would be to bring up a borderless window that you display instead of the object you dragged originally. Greetings Markus




Markus Egger
President, EPS Software Corp
Author, Advanced Object Oriented Programming with VFP6
Publisher, CoDe Magazine
Microsoft MVP since 1995
Previous
Reply
Map
View

Click here to load this message in the networking platform