J jordan0904 Registered User. Local time Today, 21:57 Joined Jul 19, 2000 Messages 13 Sep 5, 2000 #1 how do I make a control button highlight when mouse over?
Travis Registered User. Local time Today, 13:57 Joined Dec 17, 1999 Messages 1,332 Sep 5, 2000 #2 You can use the control buttons MouseMove Event to register that the mouse moved over it. You can then change a property of the control button at that time. Such as set it as the Default button.
You can use the control buttons MouseMove Event to register that the mouse moved over it. You can then change a property of the control button at that time. Such as set it as the Default button.