I have a label control sitting on an activeX usercontrol. I want to be able to use the label's dragover event. However when I place my control on a form and try to drag something over it the label's dragover event never fires...
My other events seem to be working, like label's mousemove and click events. Just not the dragdrop stuff.
How do you get the dragover event to fire or even the dragdrop event to fire on a control that is sitting on a user control?
If anyone can help me out with this I'd greatly appreciate it.
My other events seem to be working, like label's mousemove and click events. Just not the dragdrop stuff.
How do you get the dragover event to fire or even the dragdrop event to fire on a control that is sitting on a user control?
If anyone can help me out with this I'd greatly appreciate it.