Results 1 to 2 of 2

Thread: Late Binding of .NET objects

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Location
    Manchester, UK
    Posts
    16

    Late Binding of .NET objects

    I wrote an application in VB6 that used CreateObject quite a lot to create instances of COM objects at run time.

    Is their an equivalent in VB.NET so that I can do the same with .NET objects. I notice that CreateObject is still supported in VB.NET but that only works with COM objects.

    Cheers,
    Mark.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Check out the Activator object, it should have a CreateInstance method.

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