Hi,
I have a command button and a label control on a form and when i hover the button i want to change the border color for the button and change the forecolor of the label text. Similarly, on hover out i should undo the changes to bring in the original state.
for on hover i was trying On Got Focus event of the button but its didn't work. What am i missing? Or if its completely incorrect please suggest how i can accomplish this.
Thank You.
I have a command button and a label control on a form and when i hover the button i want to change the border color for the button and change the forecolor of the label text. Similarly, on hover out i should undo the changes to bring in the original state.
for on hover i was trying On Got Focus event of the button but its didn't work. What am i missing? Or if its completely incorrect please suggest how i can accomplish this.
Thank You.