Guys, I need a little inspiration here. Problem: Using Drag/Drop to drag a container around inside an underlying container. I have scroll bass in the underlying container and when I drag the object over the scroll bars the underlying container scrolls no problem by putting code in the DRAGOVER() event in the underlying container.. However, I want the underlying container to continue the scroll as long as I keep the object over the scroll bar. I am using VFP drag/drop events not the OLE Drag/Drop.
What happens at the moment is that the underlying container scrolls but only one fixed amount until the object is moved out of its borders and back in, when it scrolls again. Having to move the object around to continue scrolling is a pain and I cant think of an immediate solution at present. I can't trap any events in the dragged object as it is in Drag Mode and effectively dead, so it needs to be done on the objects that are passed over i.e the scroll bars. Any ideas? Ill try and put a small demo up on the website if anyone wants to see the problem first hand. Dave Crozier _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

