Posts by devilonline • 41 points
3 posts
- 
		-2 votes1 answer34 viewsQ: query with c# and xmlHello, I’m trying to do a c# query using xml but this gives me an error. someone could help me? code: private void button1_Click(object sender, EventArgs e) { XDocument doc =… 
- 
		2 votes1 answer57 viewsQ: Cannot implicity Convert type int to string?I am here copying a tutorial and is giving an error that I am not able to solve. Error: cannot implicity Convert type int to string Code: label_nome.Text = "Funcionario" + num_funcionario;… c#asked devilonline 41
- 
		0 votes1 answer47 viewsQ: Start button / pauseI have a code that makes a stopwatch. I currently have 1 button to start time and another to continue time after having stopped. If you click the start it starts again. how can I only have 1 button… c#asked devilonline 41