Posts by Gabriel • 45 points
5 posts
-
0
votes2
answers44
viewsA: Run method in Form1 for form2 change
Thanks to all the answers. What happened is that my specific case opened form2 and kept Form1 open. The only one who closed at the end was form2. Anyway, I was able to update the Listview by passing…
-
0
votes2
answers44
viewsQ: Run method in Form1 for form2 change
I’m developing an inventory manager, and the data is being stored in a database. The problem I’m facing is this: when I add a new product for example, I created a "Update list" button (I left it in…
-
1
votes1
answer74
viewsQ: How do I delete a commit in the Github remote repository?
I had never been in this situation, I have a public repository on Github and I need to delete the last 5 commits I did, both from the location and the remote that appears to everyone on Github. How…
-
1
votes1
answer46
viewsQ: Auto increment skipping values
I am developing a code initially registration and login, everything ok. I added a Unique Constraint to the database columns that I don’t want you to repeat and it worked fine. However, I would like…
-
2
votes2
answers58
viewsQ: Pass txtBox value to Label (between Windows Form Forms) - However, string is null
Good afternoon, I’m a few days cracking my head here. I’m developing an app with 2 Forms (screens). On the home screen is login, and the second screen is the app itself. I want to take the name…