Posts by Rafael Anunciada • 21 points
2 posts
-
2
votes2
answers709
viewsQ: How can I execute a function that is in another form?
I’ve got two presses, one of them I’ve got: namespace J13_Rouparia_CS { public partial class frmMain : Form { public static int LocPesq; public static string peqNume; public static string peqArti;…
-
0
votes0
answers37
viewsQ: How can I convert values. Row to string and insert into a combobox? C#
I have the following code: for(int i = 1; i<dataTable.Rows.Count; i++) {comboBox.Items.Add( dataTable.Rows[i].ToString());} When I run the application, in combobox just appears to me…
c#asked Rafael Anunciada 21