How to add mousemove event to a control that doesn't have it

  • Thread starter Thread starter info
  • Start date Start date
I

info

Hello everybody,
I hope you can help me with my problem. I want to add the mousemove
event to a class that doesn't have it (specifically it is the
nationalinstruments.ui.xycursor from measurement studio but I can't
find nothing about the possibility to do it.
Can anybody help me? I'm using VB.net 2003

Thank you very very much
Maurizio
 
Alex,

I get more the idea that the OP wants to add mouse functionality to a sealed
class. In my eyes impossible however you never know.

Cor
 
Alex,

I get more the idea that the OP wants to add mouse functionality to a sealed
class. In my eyes impossible however you never know.

Cor

I don't have VS handy so I can't check, but does a user control's
mousemove event get raised when the mouse moves over one of it's child
controls?

Thanks,

Seth Rowe
 
If class is sealed, probably it is possible to use it as component/member in
control derived class. More fuss with client area and mouse capture maybe,
but probably possible. Don't know if worth the effort, though

I am not familiar with specific class mentioned.
 
Back
Top