Posts by Diego Angelo • 35 points
2 posts
-
2
votes2
answers653
viewsQ: Manipulating event button in various formats
Good guys, I’m trying to make a manipulation at the event button, in several forms different, I’m using C# WindowsFormAplication. Well, I will try to say my logic here (I hope you understand). I…
c#asked Diego Angelo 35 -
1
votes1
answer1876
viewsQ: Returning database id in a global variable. How to fix?
After command insert, i can recover the id generated by the database using a global variable public static int returnID. But I didn’t think it was very cool to leave the variable static. Is there…