Click to See Complete Forum and Search --> : Chat Without Server?


Suwarno
01-07-2002, 04:49 PM
To All VB-Master
----------------

I have ever make a chatting program with VB by using winsock. It's something
like Client/Server program. the Client must connect to server before sending
message to other client.

my question is :
----------------
can VB make a chatting program without connecting to server? is it possible
with VB?

Dean Earley
01-08-2002, 08:27 AM
"Suwarno" <simple_q@yahoo.com> wrote in message news:3c3a09f4@147.208.176.211...
>
> To All VB-Master
> ----------------
>
> I have ever make a chatting program with VB by using winsock. It's something
> like Client/Server program. the Client must connect to server before sending
> message to other client.
>
> my question is :
> ----------------
> can VB make a chatting program without connecting to server? is it possible
> with VB?
>
In TCP/IP (winsock) for a connection, there is always a server. It may be just your application listening on someone else machine
but it is still a server.

--
Dean Earley (dean.earley@icode.co.uk)
Assistant Developer

iCode Systems

Suwarno
01-09-2002, 07:12 AM
>"Suwarno" <simple_q@yahoo.com> wrote in message news:3c3a09f4@147.208.176.211...
>>
>> To All VB-Master
>> ----------------
>>
>> I have ever make a chatting program with VB by using winsock. It's something
>> like Client/Server program. the Client must connect to server before sending
>> message to other client.
>>
>> my question is :
>> ----------------
>> can VB make a chatting program without connecting to server? is it possible
>> with VB?
>>
>In TCP/IP (winsock) for a connection, there is always a server. It may be
just your
>application listening on someone else machine
>but it is still a server.
>
>--
>Dean Earley (dean.earley@icode.co.uk)
>Assistant Developer
>
>iCode Systems
>
>

Hi Dean,
--------
thanks for your repond & information .

To All VB Master
----------------
does anyone ever use PonyChat?
does anyone know what is Ponychat compiled with (VB/VC++/Delphi/something
else)?
how can Ponychat do without server (i mean chatting)?

if anyone know how is the trick for that program, please tell me!

--------
Suwarno
--------

Michael Culley
01-09-2002, 06:02 PM
As dean said, it doesn't do without a server, its just that one of 2 pcs
that is in the chat acts as a server - all a server is is the PC that
listens for the connection. The client is the PC that looks for the
connection.

--
Michael Culley
www.vbdotcom.com


"Suwarno" <simple_q@yahoo.com> wrote in message
news:3c3c258e@147.208.176.211...
>
> >"Suwarno" <simple_q@yahoo.com> wrote in message
news:3c3a09f4@147.208.176.211...
> >>
> >> To All VB-Master
> >> ----------------
> >>
> >> I have ever make a chatting program with VB by using winsock. It's
something
> >> like Client/Server program. the Client must connect to server before
sending
> >> message to other client.
> >>
> >> my question is :
> >> ----------------
> >> can VB make a chatting program without connecting to server? is it
possible
> >> with VB?
> >>
> >In TCP/IP (winsock) for a connection, there is always a server. It may be
> just your
> >application listening on someone else machine
> >but it is still a server.
> >
> >--
> >Dean Earley (dean.earley@icode.co.uk)
> >Assistant Developer
> >
> >iCode Systems
> >
> >
>
> Hi Dean,
> --------
> thanks for your repond & information .
>
> To All VB Master
> ----------------
> does anyone ever use PonyChat?
> does anyone know what is Ponychat compiled with (VB/VC++/Delphi/something
> else)?
> how can Ponychat do without server (i mean chatting)?
>
> if anyone know how is the trick for that program, please tell me!
>
> --------
> Suwarno
> --------
>
>