Results 1 to 2 of 2

Thread: COM over Internet

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    5

    COM over Internet

    Hi, I'm quite new to this and I was wondering if you could help me out. As a project I want to create a program which acts as a messenger (such as MSN Messenger). So, various users would log on to one server, and communicate with eachother. I was wondering if this is possible to be created with VB6 and COM components simply, and if so, could someone please give me some hints or a small example?

    Thank you very much.

  2. #2
    Addicted Member
    Join Date
    Jun 1999
    Location
    Los Angeles
    Posts
    186
    You should have your server as a DCOM component running centrally. All your clients should be connected to the same network to access your DCOM server.
    One thing you can't do is call COM objects through the internet, that is why we now have SOAP

    Andre

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