CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: voice chat

  1. #1
    Join Date
    Oct 2001
    Posts
    3

    voice chat

    can we do voice chat using vb???I am just a beginner .. Please any one of u clear my doubt



  2. #2
    Join Date
    Jun 2001
    Location
    Sri Lanka
    Posts
    272

    Re: voice chat

    Just a suggestion
    U can use WinSock control to do socket programming. If u can obtain a byte array from what u talk and if u can convert that to a string , u can pass that to another machine via socket
    If u come across some break points let me know!!
    Good Luck

    If u don't know how to Rate an answer, then Rate my answer to learn, If u know, then practice it

  3. #3
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: voice chat

    A little note here, why convert to string? This will make the application slowslowslow, you can send bytearrays over winsock, so no need to do that time consuming conversion.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

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

Featured