I was told to use Late Binding in a program that I am making but I have no idea what it is or how to use. Could someone explain and give an example?
Late Binding
Started by Paradine, Jan 17 2007 11:15 AM
1 reply to this topic
#1
Posted 17 January 2007 - 11:15 AM
|
|
|
#2
Posted 25 January 2007 - 06:50 AM
Quote
Late binding has the same effect as early binding. The difference is that you bind the object library in code at run-time. You don't use Tools-References as with early binding, but rather you use the GetObject or CreateObject functions. The code below does the same thing as CheckBinding above, but uses late binding.
http://www.****s-cli...tm#Late_Binding
Void


Sign In
Create Account


Back to top









