Any suggestions as to how I might do this?
Basically I am dynamically generating a number of controls on a form at run time and want each of them to handle to the mouse move event. I cannot find a way to do this, other than by creating them all in design mode and adding code to the MouseMove event. I cannot use this method though as the number of controls is determined by the user at run time.
Any thought greatly appreciated