Good Morning
I have an activeX control on a Form (ax4) where the control is not loaded on every client.
I get an annoying message everytime a client that does not have the control, on their PC, opens the Form.
The error message come from within the super of the forms init method(somewhere).
Is there a simple way I can detected that the control is not availed then remove/diable it on the form?
I had a look at how the GanttClient checks to see if the control is available in the GanttClient class methods checkactiveX and getGantversionfromRegistry, but I could not get this to work from within my form -- the activex control is not initialised before the call to super() in the init method -- so nothing on the control is available ie(enable) . it's got to be initialed before it can be diabled, which is not going to work)
Thanks
David
*This post is locked for comments
I have the same question (0)