Posts by Cristina • 11 points
4 posts
-
-2
votes1
answer74
viewsQ: C# - Clear all form fields at once
I have a form with several Textbox, Combobox, Radiobutton. And I would like to clear all fields at once. I’ve seen a lot of forums, but I haven’t found what could be my mistake. When I compile it…
-
-2
votes1
answer80
viewsQ: Textbox with preset value, but also editable in c#
I have an application of calculations, and I have the following situations: In a textbox I have a preset value in the codes to perform a calculation with another form that I type the value, for…
-
0
votes1
answer151
views -
-1
votes1
answer263
viewsQ: Read a txt file, insert into an array and display in a textbox in C#
I need to open the txt file with the data already inserted with three columns and separated by ';' and after opening the file I insert it into an Array with List, save the data and need the values…