Posts by Cesar Goulart • 5 points
3 posts
-
0
votes1
answer37
viewsQ: take the values of an xml array
Good afternoon, I’d like to know how to add the values of an xml array to a Combox. I am using this code but it is giving me the following error: "System.Collections.Arraylist" in the Combox c#:…
-
-1
votes2
answers79
viewsQ: When selecting a certain value in the combobox, insert values in another
I would like to enter values in combobox 2 depending on the choice in combobox 2. I have this code but it does not work or insert the desired values in the combobox 2. private void…
-
-4
votes1
answer59
viewsQ: button to add a minute
Hello I have this code and I’d like to do a boot to add a minute to the time that’s running. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using…