I have a label control on a form and when I click on it, it "receives"
that message. I need the Panel that contains the Label to receive the
message instead (for drag and drop reasons). If I set the label's
Enabled=false property, it works as expected, however the text grays
out. Is there any way to do this without disabiling the label?
This is for .NET 1.1 by the way.
Thanks in advance!