Hi
I have an OCX control which was created in VB 6.0, when i place this control
in VB 6.0 form I am getting the DragDrop and DragOver event of the control,
this is because its automatically provided in the VB 6.0.
My problem is when i place the same control in
VB.NET windows form i am not
getting the DragDrop or DragOver event.
How can i get the DragDrop and DragOver event for the OCX control in the
VB.NET form?