Posts by user9426886 • 21 points
2 posts
-
1
votes0
answers31
viewsQ: How to execute method in another form
I cannot execute a form 2 method through the form 1 button I call the form but the method does not appear public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void…
c#asked user9426886 21 -
-4
votes1
answer27
viewsQ: Hello, I was trying to build a Textbox name from a string. Textbox+index
private void btnGravarNovosValores_Click_1(object sender, EventArgs e) { string descricao; string textBoxX; int i = 0; foreach (Object texto in lstTabelaProdutosPreco.Items) { descricao =…
c#asked user9426886 21