How to determine if an activeX is installed?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
how do you check if a particular activeX is installed on the PC? I do not wish to catch InteropServices.COMException or any other exception just to determine if the activeX is installed.
-
how do you check if a particular activeX is installed on the PC? I do not wish to catch InteropServices.COMException or any other exception just to determine if the activeX is installed.