Click here to Skip to main content
15,885,909 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi i want to make a online working program. I think i need a server and a client :). But idk how to send datas on the net. Will i change any setting on modem for run the programme correctly? You guys please help me. I dont know how i search this. But i find some documents about multi threaded socket. Is multi threaded socket for lan ? What can i do for communicate 2 program on internet.

Thanks for your helps and sorry for my bad english. :)
Posted
Updated 12-Sep-15 15:29pm
v2

1 solution

First, it's obvious you have no clue what you're doing or even how to talk about it. You have to define EXACTLY what you mean by an "online working program" because that can mean anything. Is this a Windows Forms application? WPF? A web application (ASP.NET)? What is this app supposed to do and under what circumstances.
 
Share this answer
 
Comments
Humaku 13-Sep-15 7:56am    
Idk how to talk about it. It is an c# windows form application. I send a data from wfa-server to client by internet and when datas arrive to clients they do different jobs by coming datas means. But the biggest problem here is sending datas on internet. Server send 'a' to internet and then what ? Where should it go ? Idk how to online things works. o_o
Dave Kreskowiak 13-Sep-15 10:14am    
What's a "wfa-server"?

Nothing is ever sent "to the internet". Data is sent over the internet using various protocols and formatting. Which protocols and which formatters you use depends on what your application is going to do. Without that definition, your just wandering aimlessly with target to write code to.
Humaku 13-Sep-15 10:36am    
dude i know programming. Im not a beginner. i made this style program before but it was only working on lan. Now im working on a program which is communicating on internet.
Dave Kreskowiak 13-Sep-15 10:47am    
Really? You're using a terms only a beginner would use and you're not providing any depth of knowledge of your problem at all, again, like a beginner would. You're just guessing at every turn.

Doing something over the internet is no different than doing it over a lan. The only minor difference is that there are probably NAT routers in the way that have to be configured properly to forward traffic to the appropriate machines.
Humaku 13-Sep-15 11:21am    
Ok. What type of informations you need ?
"for solve my problem"

a little advise, read the yellow pannel located below the page -second item

2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.

And im saying this again "like a begginer" im not a begginer

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900