E
Elp
Hi,
my Window Form application uses several activex controls such as the flash
activex, webbrowser control or the Windows Media player 9 activex. If one of
these controls has not been properly installed, the constructor of my main
form, which hosts all these control, throws a cryptic exception about COM
problems which is totally meaningless even for a programmer.
What i'd like to do is test individually, at the application startup, if
each needed activex has been properly installed. That would let me the
possibility to let the user know which component has to be reinstalled
instead of just saying: "some required components have not been properly
installed".
I've not been able to figure out how to do that so far. Does anuybody have
an idea?
Thanks
my Window Form application uses several activex controls such as the flash
activex, webbrowser control or the Windows Media player 9 activex. If one of
these controls has not been properly installed, the constructor of my main
form, which hosts all these control, throws a cryptic exception about COM
problems which is totally meaningless even for a programmer.
What i'd like to do is test individually, at the application startup, if
each needed activex has been properly installed. That would let me the
possibility to let the user know which component has to be reinstalled
instead of just saying: "some required components have not been properly
installed".
I've not been able to figure out how to do that so far. Does anuybody have
an idea?
Thanks