Home All Groups Group Topic Archive Search About

Network Communications

Author
14 Jan 2007 6:11 AM
Bernie Hunt
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

Author
14 Jan 2007 6:39 AM
Stephany Young
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.


Show quoteHide quote
"Bernie Hunt" <bh***@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
Author
14 Jan 2007 6:56 AM
Spam Catcher
"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.
Author
14 Jan 2007 11:47 AM
Cor Ligthert [MVP]
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?ID=1139f14a-c236-4ad7-8882-b1ed16424252

I hope this helps,

Cor

Show quoteHide quote
"Bernie Hunt" <bh***@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
Author
14 Jan 2007 1:23 PM
Bernie Hunt
Cor,

That link goes to a FAQ on using a DataGridView. Is that what you
intended to recommend?

Bernie


Cor Ligthert [MVP] wrote:
Show quoteHide quote
> 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?ID=1139f14a-c236-4ad7-8882-b1ed16424252
>
> I hope this helps,
>
> Cor
>
> "Bernie Hunt" <bh***@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
>
>
Author
14 Jan 2007 6:10 PM
Cor Ligthert [MVP]
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

Show quoteHide quote
"Bernie Hunt" <bh***@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?ID=1139f14a-c236-4ad7-8882-b1ed16424252
>>
>> I hope this helps,
>>
>> Cor
>>
>> "Bernie Hunt" <bh***@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
>>
Author
14 Jan 2007 10:22 PM
Bernie Hunt
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:
Show quoteHide quote
> 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" <bh***@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?ID=1139f14a-c236-4ad7-8882-b1ed16424252
>>>
>>> I hope this helps,
>>>
>>> Cor
>>>
>>> "Bernie Hunt" <bh***@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
>