Posts by Paulo Ricardo • 65 points
6 posts
-
0
votes0
answers16
viewsQ: How to use sockets to upload a . txt file to the server and on the server receive that file and save it to the directory?
I’m three days trying to understand how this works and looking for examples, it turns out that most teach how to send text messages or chats between server and client, besides I’m not using windows…
-
1
votes1
answer121
viewsQ: mark/reset not supported error while running file. wav
I created a button that, when pressed, played a sound, but I’m having problems because it throws this exception: "mark/reset not supported", I have no idea what it can be or how to fix it, someone…
-
0
votes1
answer176
viewsQ: TCP Server Connection (127.0.0.1) Why are you crashing on this line?
I’m trying to create a chat with client and server in c#, but I’m having trouble on this line: client = servidor.AcceptTcpClient(); //Espera conexão I’ll post my code here to see if any of you can…
c#asked Paulo Ricardo 65 -
0
votes2
answers124
viewsQ: What’s wrong with this loop?
I am wanting to download a.exe file from my FTP server, but there is a part of the code that is giving me trouble. Error: Invalid expression term while (CS1525) someone can tell me what’s wrong?…
-
4
votes1
answer1129
viewsQ: How to add values in Jtextfield via the button without deleting the previous value?
My problem is that I put a button so that when it was clicked, add the value 1 in JTextField. However, when I click again, it replaces the value, and what I wanted is for it to add another 1 like, I…
-
-1
votes2
answers9699
viewsQ: How to get the values of a textbox?
I created an example for you to see. The problem is this. I’m trying to get the value contained in TextBox converting to a string type to be able to use in the MessageBox, but he keeps showing off…