J 
		
								
				
				
			
		Jesper F
I have a grid of 9x9 buttons and I need to know the cursor's xy coordinates
over the buttons at all times.
If use the MouseMove event of each button I can do this, but I'd prefer to
have my own fMouseMove function and then assign it to all the command
buttons in their property sheet with "=functionname" - simply to reduce the
amount of similar code.
Can this be done?
I'm affraid it can't since my own function can't catch the xy coordinates as
the built-in mousemove-event can.
Thanks.
				
			over the buttons at all times.
If use the MouseMove event of each button I can do this, but I'd prefer to
have my own fMouseMove function and then assign it to all the command
buttons in their property sheet with "=functionname" - simply to reduce the
amount of similar code.
Can this be done?
I'm affraid it can't since my own function can't catch the xy coordinates as
the built-in mousemove-event can.
Thanks.