Posts by Gloria Martins • 17 points
2 posts
-
-1
votes3
answers134
viewsQ: How to open only one form even by multiple clicking C#
Good afternoon, I’m doing a quiz on Windows Form,: Async void Proximo() { await Task.Delay(100); this.Close(); Form2 form = new Form2; form.Show(); } private void button1_Click(object sender ,…
-
-1
votes2
answers53
viewsQ: Change picture box by clicking on a label
Good afternoon, could someone help me? I would like to click on a label my picturebox changed. I’m doing a quiz in windows form and type,picturebox function as the (wallpaper button) and the label…
c#asked Gloria Martins 17