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

    DCOM connection thru VB

    Hey there..
    i'm a tyro in COM/DCOM..how do u connect a VB client to ATL server using DCOMcnfg tool and COCREateinstaneex() as we do in VC or in C++ Client to call Server......please reply ASAp....thanx for ur attention???


  2. #2
    Join Date
    Dec 1999
    Location
    India, Hyderabad
    Posts
    8

    Re: DCOM connection thru VB

    Hi,
    How does your VB client create an Object of Server class?? Are you using any of either new or CreateObject methods?? If yes then I don't think you will have any problem in creating an object of ATL server also. DCOMCnfg tool is used to configure DCOM server components on the Server. Right?????
    Please be more clear in your question.

    Regards
    Suku


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