Home All Groups Group Topic Archive Search About

network programming with vb

Author
18 May 2006 2:53 PM
Ben
Can VB 2005 be used to write client server applications?  If so are there
any good books that document how it can be done?

Thanks,
Ben

Author
18 May 2006 3:52 PM
Tom Shelton
Ben wrote:
> Can VB 2005 be used to write client server applications?  If so are there
> any good books that document how it can be done?
>

Sure it can be used for client server apps.  I'm not aware of any
specific books on the topic -  so, I can't help you there.  You'll want
to take a look an the documentation and examples in the System.Net and
the System.Net.Sockets namespaces.

--
Tom Shelton [MVP]
Author
18 May 2006 4:13 PM
Ben
Thank you.  I will.
Ben

Show quoteHide quote
"Tom Shelton" <t**@mtogden.com> wrote in message
news:1147967540.266850.196580@g10g2000cwb.googlegroups.com...
>
> Ben wrote:
>> Can VB 2005 be used to write client server applications?  If so are there
>> any good books that document how it can be done?
>>
>
> Sure it can be used for client server apps.  I'm not aware of any
> specific books on the topic -  so, I can't help you there.  You'll want
> to take a look an the documentation and examples in the System.Net and
> the System.Net.Sockets namespaces.
>
> --
> Tom Shelton [MVP]
>
Author
18 May 2006 4:32 PM
Cor Ligthert [MVP]
Ben,

Almost every windowsform wich uses a database is a client server
application.
(Therefore look for books about AdoNet)

So can you give a specificaton what your idea is around a client server
application.

Cor

Show quoteHide quote
"Ben" <ben553***@yahoo.com> schreef in bericht
news:%23l%23zRroeGHA.3348@TK2MSFTNGP03.phx.gbl...
> Can VB 2005 be used to write client server applications?  If so are there
> any good books that document how it can be done?
>
> Thanks,
> Ben
>
Author
19 May 2006 12:46 PM
Ben
It is a basic eventlog monitor.  I have to write a client that monitors all
three logs (application, system, and security) and sends the warning and
error messages to the server.  Yeah I know there are many applications out
there that already do this, but I have to write one myself.  It is part of a
grad course I am taking.  I have two weeks to write this program.  I have
the client mostly written but I can only monitor one of the three logs.  I
started the thread eventlog monitoring asking for help and I did receive
some help but the help either did not work or I did something wrong.  Most
likely I did something wrong.

Thanks,
Ben

Show quoteHide quote
"Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message
news:OvlU1hpeGHA.3456@TK2MSFTNGP05.phx.gbl...
> Ben,
>
> Almost every windowsform wich uses a database is a client server
> application.
> (Therefore look for books about AdoNet)
>
> So can you give a specificaton what your idea is around a client server
> application.
>
> Cor
>
> "Ben" <ben553***@yahoo.com> schreef in bericht
> news:%23l%23zRroeGHA.3348@TK2MSFTNGP03.phx.gbl...
>> Can VB 2005 be used to write client server applications?  If so are there
>> any good books that document how it can be done?
>>
>> Thanks,
>> Ben
>>
>
>