Re: Using early-bound interface on a late-bound object

Tech-Archive recommends: Speed Up your PC by fixing your registry




"Jiho Han" <jhan@xxxxxxxxxxxxxxxx> wrote
> If create a late-bound object but use an early-bound interface on it, am
> I gaining anything w.r.t. performance?

Yes, by using the early bound interface, you gain the advantages of
being early bound. Early binding effects how the complier handles
runtime calls on the object, as well as provides the data needed for VB
to supply design time Intellisense.

LFS
.