Posts by Marcio Valerio • 5 points
3 posts
-
0
votes1
answer63
viewsQ: C# - Datagridview error occurs when column cell is empty
I kindly ask that an experienced programmer help me resolve this error! In the presented code has a sum calculation, the problem occurs when I leave one of the cells in the dgviewPersonalized column…
c#asked Marcio Valerio 5 -
0
votes2
answers78
viewsQ: C# - How to open Form2 without losing the Textbox information that is in Form1 and vice versa?
namespace TesteAbertura { public partial class FormularioTeste : Form { public FormularioTeste() { InitializeComponent(); } private void…
c#asked Marcio Valerio 5 -
0
votes0
answers188
viewsQ: Add two values and show the result inside a label in c#?
{ int valor7, valor8; valor7 = Convert.ToInt32(txtMoeda7.Text); valor8 = Convert.ToInt32(txtMoeda8.Text); resultado1 = valor7 + valor8 lblResultado1.Text = resultado1.ToString(); }…
c#asked Marcio Valerio 5