Posts by José Machado • 11 points
2 posts
-
0
votes3
answers364
viewsA: Drag and Change Position of a Groupbox at Runtime
Taking advantage of the Friend Code "Rovann Linhalis", I adjusted my needs: I created a button named btn_drag and assigns the Mousemove event. void btn_arrastarMouseMove(object sender,…
-
1
votes5
answers13026
viewsA: Coin style in a Textbox in Winforms
Create a textbox with the name txt_valor and assign the events KeyPress, Leave, KeyUp and a string value string valor; private void txt_valor_KeyPress(object sender, KeyPressEventArgs e) { if…