Posts by Alberto Santos • 116 points
2 posts
-
0
votes1
answer38
viewsA: Mouse move over an item and an event be generated WPF
You can use events in the code associated with the element in question. I used a button with the name bt_teste to exemplify what I am saying and the following events. private void…
-
0
votes2
answers30
viewsA: Parameters of the Abels in Printpage
You can use LabelTeste.BackColor = Color.DarkRed; or even if you prefer to follow the line to draw everything on the screen. You can use next to the Drawstring the Drawrectangle and the…