Posts by Dário Sabaini • 23 points
7 posts
-
-1
votes2
answers52
viewsA: Help with Windowsforms
Do this at the click of your Sign Up Client button. Form entrar = new frmMenuPrincipal(); entrar.Show(); Just change the frm for yours, that’s an example of my code. frmMenuPrincipal(); is the form…
-
0
votes1
answer44
viewsQ: Question about contexMenuStrip
The thing is, I need to add these tools, exactly as shown in the image. I just need a little push on how to get started. Insert text Insert Image Delete (button) CODE namespace frmLoginRPG { public…
-
0
votes0
answers292
viewsQ: How to add boot to a panel?
I need to add a button to my flowLayoutPanel when clicked on the add button ( btnAdd ). My Panel is called mainPanel NOTE : I managed to add, but I need to add the size of the other buttons. CODE…
-
0
votes3
answers1453
viewsA: Calling form after loading screen
I didn’t quite understand your question. But do you want to start another form first instead of login, which is the initial of your program? If that’s the question, just change it…
c#answered Dário Sabaini 23 -
0
votes1
answer94
viewsQ: Doubt about Containsignorecase in a textbox
The problem is in the following description : CS1061 error "string" does not contain a definition for "Containsignorecase" and was not can find no method of extension "Containsignorecase" that…
-
0
votes1
answer44
viewsQ: Doubt about looking for buttons
The idea is: In the field of "Fetch Game...", I look for the buttons, which are already named with their respective games: btnArcheAge, btnDiablo3, btnWoW, etc. The tags are also already named with…
-
1
votes2
answers230
viewsQ: Question about how to position buttons
The images are only illustrative. What I need to do is this: There are several buttons with their respective names, can be so-called (clicked). I type the name of that button in the play fetch and…