Results 1 to 13 of 13

Thread: Winsock Chat

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Franklin, WI, USA
    Posts
    8

    Post

    I am trying to make a chat program w/ winsock in VB 5.0 EE.

    Can someone please send me an example, or tell me where to get one, I can't ever seem to get anything with winsock working.

  2. #2
    New Member
    Join Date
    Oct 1999
    Location
    pittsburgh, pa, usa
    Posts
    5

    Post

    Go to vbhelp.net and it is under ther tutorials"... Ask TheLeeMan (he knows all sorts of stuff like this)
    dolphinsys.com has their own product, DSSock that lets you connect, send, receive, etc... and they have a chat example that comes with it.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Franklin, WI, USA
    Posts
    8

    Post

    I tried the tutorial at vbhelp.net, but I get the error...

    "The operation is completed, no blocking operation is in progress" HELP!

    Does anybody have a working code that is already saved in VB5EE format, so I don't have to bother? I just want to be able to update it.

  4. #4
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41

    Post

    Hey!

    Depending on the complexity of the chat program you wish to use there are two routes you could take.

    1] Use a specific network chat ocx program, limited control and custimizability, easy to use

    2] Use winsock to create a connection to the computer and experience full control over everything. Results in learning a lot about the internet! (works similar to telnet/http)

    If you want the first option, try downloading the WinPop control from www.activex.com. For the second option get DSSocket.OCX from Dolphin Software, avaliable at their website www.dolphinsys.com

    If you have any questions just ask!



    ------------------
    TheLeeMan



  5. #5
    Lively Member benski's Avatar
    Join Date
    Sep 1999
    Location
    UK
    Posts
    126

    Post

    TheLeeMan,
    You don't happen to work for dolphinsys do you?

  6. #6
    Member
    Join Date
    Oct 1999
    Location
    Richmond, Virginia
    Posts
    41

    Post

    lol...you would think so wouldn't you?

    No, I just happen to think the winsock thing is really cool and I first started using winsock in VB using OCX's they produced. If you know of any other good WinSock ocx's tell me!



    ------------------
    TheLeeMan
    EMail: [email protected]



  7. #7

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Franklin, WI, USA
    Posts
    8

    Post

    Is the one from Dolphin free?
    I am just experimenting with a chat client exclusivly for my LAN, and I really don't want to pay anything.


    ------------------
    -Jonathan Sadowski
    [email protected]


  8. #8

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Franklin, WI, USA
    Posts
    8

    Post

    I also can't find WinPop on www.activex.com, please help me by giving the exact URL


    ------------------
    -Jonathan Sadowski
    [email protected]


  9. #9

    Thread Starter
    New Member
    Join Date
    Jan 1999
    Location
    Franklin, WI, USA
    Posts
    8

    Post

    I found a promising looking control... http://www.download.com/pc/software/...48-s,1000.html



    ------------------
    -Jonathan Sadowski
    [email protected]


  10. #10
    Lively Member
    Join Date
    Oct 1999
    Location
    -
    Posts
    101

    Post

    i have a Chat Program created using VB 5.0 using Microsoft Winsock Control 5.0. i can send it to u if u like.

  11. #11
    Lively Member
    Join Date
    Oct 1999
    Location
    Australia
    Posts
    115

    Post

    Try www.catalyst.com's SocketWrench package. I believe this is still free. It's easier to use than the Microsoft's winsock control.

    No, I don't work for them. I've written a few tcp/ip application with this control.

  12. #12
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844

    Post

    I have developed an app that uses the winsock control and the UDP protocol. The UDP is extremely easy to use (compared to TCP/IP) and it's still free. That should work ok for your chat. yes?

    ------------------
    [email protected]
    [qualifications and/or certifications here]

  13. #13
    Lively Member
    Join Date
    Jun 1999
    Location
    Garden Grove, CA, USA
    Posts
    110

    Post

    If you try to make an IRC client chat program then try out the Hirc-irc client control it's located at www.activex.com and try to search for it. Try the search and search for Hirc. then i believe you'll find it. it's free. take it before it become a share ware. it's easy to use..

    ------------------
    ngphuocthinh

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width