Posts by Kiabo • 53 points
2 posts
-
2
votes2
answers286
viewsQ: Difficulty transcribing a console application program for windows form(C#)
I was learning to use split and at the end I had this code: namespace String_Split { class Program { static void Main(string[] args) { string mensagem_completa; string palavra; string[]…
-
1
votes1
answer175
viewsQ: Using variables from other sources (C#)
I’m learning programming with C#,using visual studio 2013. In this program I have two windows. In the first window I have a text box and a button that saves the text in a string and opens the second…