Results 1 to 4 of 4

Thread: late binding

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    MA, US
    Posts
    78

    late binding

    Hi,
    I open some objects using late binding. In this case the objects cannot use 'raise events'.
    I need to comunicate from the object to the parent.
    What will be the best way to do this?

    Thank you,

    Sorin

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Why are you late binding? Do a search on Callbacks and maybe somethign useful will come up.

  3. #3
    jim mcnamara
    Guest
    You can use Dim With Events.

    However EdNeeis is right - Late binding serves no purpose except to slow down your app. Only use it when you MUST assignbe different objects to one object variable

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Oct 2001
    Location
    MA, US
    Posts
    78
    Yes,
    I agree that late binding slow everything down, but this is the design. The application must be able to open objects that are added later and we do not know the name (the name is build programatically-this give me flexibility to be able to add new objects without changing the core package)

    Are you sure that I can use Dim With Events for late binding?
    I remember I run into errors when I tried that.

    Thank you,

    Sorin

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