Click to See Complete Forum and Search --> : Drag between .NET Exe and VB6 Control


masterK
September 29th, 2005, 04:07 AM
Hi,

I am wondering if it is possible to drag and drop to a VB6 control that is used within a .NET executable. I have written a control that wraps the functionality of a Text Box in a VB6 control. When this control is used in a VB6 .EXE it is possible to drop text onto in. However when I use this control in .NET EXE it does not work. I know OLE drag and drop are not supported in .NET but since the control is a VB6 control I would still have expected to see these methods called when data is dragged over the control.

At the moment upgrading the control to .NET is not an option, it is used in a variety of applications.