Posts by Carlos Felipe Fischer • 11 points
2 posts
-
0
votes2
answers106
viewsA: Until the progressbar value reaches 100 do not close the window
Shura16’s answer is absolutely correct. The problem you encounter when compiling its answer is in the name of your progressibar. From what I’ve seen, your progressbar is named "progressBar1" Try to…
c#answered Carlos Felipe Fischer 11 -
1
votes1
answer68
viewsQ: Tcpclient only receives the first message while connected
I’m developing a program for hobby, in order to understand how the TcpClient. Well, I am doing a program that from time to time receives a package from a secondary program and sends an OK back,…