|
#1
|
|||
|
|||
|
Chat Without Server?
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? |
|
#2
|
|||
|
|||
|
Re: Chat Without Server?
"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 |
|
#3
|
|||
|
|||
|
Re: Chat Without Server?
>"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 -------- |
|
#4
|
|||
|
|||
|
Re: Chat Without Server?
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 > -------- > > |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|