Posts by Hellan Diangell's • 11 points
3 posts
-
0
votes2
answers52
viewsQ: Compare and print comma separated data
I am unable to compare with the data in the notepad. This data is inserted online and separated by; In short, enter value;description;day;month;year if (dia == "" || mes == "" || ano == "") { ERRO…
-
-1
votes2
answers199
viewsQ: Multiline textbox printing last item only
I’m using TextBoxt Multiline to "issue" the report in the system itself. Ta printing, however, appears the following message: "System.Windows.Forms.Textbox" and then the data. public Formulário() {…
-
0
votes1
answer975
viewsQ: Error while saving file - Already being used by another process
I want to read the text of Textbox (Winforms) and save to the file. Giving error, saying that the file is being used in another location. StreamWriter escreverentrada = new…