G
Guest
I need a way (in a VB.Net app) to determine if a COM obj is registered on a
user's PC. I can determine if the dll exists (where it was copied to by the
installl app). If not I can simply call regsvr32.
MSDN has tons of info on late binding, but assumes you have the COM obj as a
reference in your project. Any thoughts?
--Billg_sd
user's PC. I can determine if the dll exists (where it was copied to by the
installl app). If not I can simply call regsvr32.
MSDN has tons of info on late binding, but assumes you have the COM obj as a
reference in your project. Any thoughts?
--Billg_sd