Simple VB.NET 2005 application to demonstrate late binding to a Form and DLL.
I developed this to build a COM compliant DLL which used late binding to call business DLLs. This allowed me to update the business DLLs without re-registering the COM compliat DLL.