M
Mullin Yu
hi,
my project requires some vb6 com dll. now, i use the Add Reference to add
them to the project. but, this approach binds the binary (classid) of the
dll. once the binary compatibility of the dll is broken, i need too remove
the reference, and then add a new reference. finally, compile the project
again.
can i use the approach of late-binding like vb6? use createobject("aaa.bbb")
thanks!
mullin
my project requires some vb6 com dll. now, i use the Add Reference to add
them to the project. but, this approach binds the binary (classid) of the
dll. once the binary compatibility of the dll is broken, i need too remove
the reference, and then add a new reference. finally, compile the project
again.
can i use the approach of late-binding like vb6? use createobject("aaa.bbb")
thanks!
mullin