Results 1 to 4 of 4

Thread: remoting & vb.net vs. vb6.0 ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Question remoting & vb.net vs. vb6.0 ?

    I build application in vb.net using remoting, and I think that remoting is great thing especial for using in n-tier application. I'm wondering what's is similar (for remoting) in vb6.0? How to use remote objects in vb6.0, and is that possible if I have objects (in dll) on one machine and I don't want to have this .dll on another-client machine?

    regard j

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I think COM/COM+ is the closest thing to remoting but they are a bit different. However using COM you can use a dll or component that is stored on another machine on the LAN.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234
    I think COM/COM+ is the closest thing to remoting but they are a bit different. However using COM you can use a dll or component that is stored on another machine on the LAN.

    Can you use some .dll which is stored on ahother machine without registering that .dll on your machine?

    regard j

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    No I believe you still have to register it on each machine that will use it, even though it is physically stored else where.

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