passing mouse event from control to form

S

shark

hi,

I have user control placed on form. How to make this control transparent for
mouse events. I need to handle mouse events in form not in user control
(like label ctrl).

Thanks

Shark
 
V

vrata48

You could override WndProc method in user control, capture all mouse
related messages and pass them to form..

Vr

shark napsal:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top