help...how to highlight buttons in c#?
-
we have a project got some button,if we run the step by step demo function,our teacher ask us after click the first button,the second button which should click will be highlight.So user can follow the highlight button to run the project.Do not know how to highlight the button,any ppl can give a idea?thanks a lot!waiting for your reply!:)
-
we have a project got some button,if we run the step by step demo function,our teacher ask us after click the first button,the second button which should click will be highlight.So user can follow the highlight button to run the project.Do not know how to highlight the button,any ppl can give a idea?thanks a lot!waiting for your reply!:)
Not sure what you mean by highlight, but you can change the background color to make it more conspicuous. Something like this in button1's Click event handler:
button2.BackColor = Color.AntiqueWhite;
Cheers, Vıkram.
Déjà moo - The feeling that you've seen this bull before. Join the CP group at NationStates. Password:
byalmightybob
-
we have a project got some button,if we run the step by step demo function,our teacher ask us after click the first button,the second button which should click will be highlight.So user can follow the highlight button to run the project.Do not know how to highlight the button,any ppl can give a idea?thanks a lot!waiting for your reply!:)
-
we have a project got some button,if we run the step by step demo function,our teacher ask us after click the first button,the second button which should click will be highlight.So user can follow the highlight button to run the project.Do not know how to highlight the button,any ppl can give a idea?thanks a lot!waiting for your reply!:)