PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Network Communications
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
Network Communications
![]() |
Network Communications |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
I need to learn network communications. The project will have a server
and multiple clients that need to receive information from the server. The network will be the company's internal network and not the internet. I'm never programmed in a network environment before so it's time for some learning. Can anyone point me to some good websites or books on the subject? Thanks, Bernie |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Start by reading up on the System.Net.Sockets.TcpListener and
System.Net.Sockets.TcpClient classes along with various other classes in the System.Net and System.Net.Sockets namespaces. "Bernie Hunt" <bhunt@optonline.net> wrote in message news:%23$QoPL6NHHA.780@TK2MSFTNGP03.phx.gbl... >I need to learn network communications. The project will have a server and >multiple clients that need to receive information from the server. The >network will be the company's internal network and not the internet. > > I'm never programmed in a network environment before so it's time for some > learning. Can anyone point me to some good websites or books on the > subject? > > Thanks, > Bernie |
|
|
|
#3 |
|
Guest
Posts: n/a
|
"Stephany Young" <noone@localhost> wrote in
news:uAlpJb6NHHA.3552@TK2MSFTNGP03.phx.gbl: > Start by reading up on the System.Net.Sockets.TcpListener and > System.Net.Sockets.TcpClient classes along with various other classes > in the System.Net and System.Net.Sockets namespaces. Also take a look System.Runtime.Remoting and ASP.NET Web Services. |
|
|
|
#4 |
|
Guest
Posts: n/a
|
Bernie,
Do it in a simple as VB.Net is meant for. Follow this it gives you a very quick introduction which takes you probably less than 15 minutes. http://www.vb-tips.com/dbpages.aspx...82-b1ed16424252 I hope this helps, Cor "Bernie Hunt" <bhunt@optonline.net> schreef in bericht news:%23$QoPL6NHHA.780@TK2MSFTNGP03.phx.gbl... >I need to learn network communications. The project will have a server and >multiple clients that need to receive information from the server. The >network will be the company's internal network and not the internet. > > I'm never programmed in a network environment before so it's time for some > learning. Can anyone point me to some good websites or books on the > subject? > > Thanks, > Bernie |
|
|
|
#5 |
|
Guest
Posts: n/a
|
Cor,
That link goes to a FAQ on using a DataGridView. Is that what you intended to recommend? Bernie Cor Ligthert [MVP] wrote: > Bernie, > > Do it in a simple as VB.Net is meant for. > > Follow this it gives you a very quick introduction which takes you probably > less than 15 minutes. > > http://www.vb-tips.com/dbpages.aspx...82-b1ed16424252 > > I hope this helps, > > Cor > > "Bernie Hunt" <bhunt@optonline.net> schreef in bericht > news:%23$QoPL6NHHA.780@TK2MSFTNGP03.phx.gbl... >> I need to learn network communications. The project will have a server and >> multiple clients that need to receive information from the server. The >> network will be the company's internal network and not the internet. >> >> I'm never programmed in a network environment before so it's time for some >> learning. Can anyone point me to some good websites or books on the >> subject? >> >> Thanks, >> Bernie > > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Bernie,
It creates a complete network application with everything in it. Have a look below we have to change that part in our website, we know how to do it, but don't like that way. Cor "Bernie Hunt" <bhunt@optonline.net> schreef in bericht news:%23TJbz89NHHA.5016@TK2MSFTNGP04.phx.gbl... > Cor, > > That link goes to a FAQ on using a DataGridView. Is that what you intended > to recommend? > > Bernie > > > Cor Ligthert [MVP] wrote: >> Bernie, >> >> Do it in a simple as VB.Net is meant for. >> >> Follow this it gives you a very quick introduction which takes you >> probably less than 15 minutes. >> >> http://www.vb-tips.com/dbpages.aspx...82-b1ed16424252 >> >> I hope this helps, >> >> Cor >> >> "Bernie Hunt" <bhunt@optonline.net> schreef in bericht >> news:%23$QoPL6NHHA.780@TK2MSFTNGP03.phx.gbl... >>> I need to learn network communications. The project will have a server >>> and multiple clients that need to receive information from the server. >>> The network will be the company's internal network and not the internet. >>> >>> I'm never programmed in a network environment before so it's time for >>> some learning. Can anyone point me to some good websites or books on the >>> subject? >>> >>> Thanks, >>> Bernie >> |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Down below is "Faq: Is there a sample abotu how to use the DataGridView
with Fill and Update". I couldn't find anything on network applications. Bernie PS: I did find the article on filling datagrids from a background thread using invoke to be interesting and useful, Thanks! Cor Ligthert [MVP] wrote: > Bernie, > > It creates a complete network application with everything in it. > Have a look below we have to change that part in our website, we know how to > do it, but don't like that way. > > Cor > > "Bernie Hunt" <bhunt@optonline.net> schreef in bericht > news:%23TJbz89NHHA.5016@TK2MSFTNGP04.phx.gbl... >> Cor, >> >> That link goes to a FAQ on using a DataGridView. Is that what you intended >> to recommend? >> >> Bernie >> >> >> Cor Ligthert [MVP] wrote: >>> Bernie, >>> >>> Do it in a simple as VB.Net is meant for. >>> >>> Follow this it gives you a very quick introduction which takes you >>> probably less than 15 minutes. >>> >>> http://www.vb-tips.com/dbpages.aspx...82-b1ed16424252 >>> >>> I hope this helps, >>> >>> Cor >>> >>> "Bernie Hunt" <bhunt@optonline.net> schreef in bericht >>> news:%23$QoPL6NHHA.780@TK2MSFTNGP03.phx.gbl... >>>> I need to learn network communications. The project will have a server >>>> and multiple clients that need to receive information from the server. >>>> The network will be the company's internal network and not the internet. >>>> >>>> I'm never programmed in a network environment before so it's time for >>>> some learning. Can anyone point me to some good websites or books on the >>>> subject? >>>> >>>> Thanks, >>>> Bernie > |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

