M
MarkR
I have a form with a user control that supports being a drag source. I put an
ActiveX control on the same form that is a drop target (implements
IDropTarget, etc.)
When I drag from the user control to the ActiveX control, the
IDropTarger:ragOver never gets called in the ActiveX control. However, if I
drag from the user control to the same ActiveX control being hosted in
another application, then the DragOver method is called in the ActiveX
control.
Why is this happening and how can I make it work?
Thanks,
Mark
ActiveX control on the same form that is a drop target (implements
IDropTarget, etc.)
When I drag from the user control to the ActiveX control, the
IDropTarger:ragOver never gets called in the ActiveX control. However, if I
drag from the user control to the same ActiveX control being hosted in
another application, then the DragOver method is called in the ActiveX
control.
Why is this happening and how can I make it work?
Thanks,
Mark