E
Ender
I am using a hosted ActiveX control within a Windows Forms
application. I can not properly activate the ActiveX control because
the control's GUI can be initialized only when the form has completed
the loading of it's GUI.
How can I get the control to activate properly? I have tried to use
the Activated event in the Winform, however, this does not appear to
work. I have also tried initializing the ActiveX control during the
VisibleChanged, Enter and GotFocus events, none of which appear to
work.
Does anyone have a good way approach to executing a code AFTER the GUI
has been initialized? Note, this also uses a ShowDialog, and not Show
to display the Winform.
I have tried the google groups without much luck.
Thanks
Endymion Keats
application. I can not properly activate the ActiveX control because
the control's GUI can be initialized only when the form has completed
the loading of it's GUI.
How can I get the control to activate properly? I have tried to use
the Activated event in the Winform, however, this does not appear to
work. I have also tried initializing the ActiveX control during the
VisibleChanged, Enter and GotFocus events, none of which appear to
work.
Does anyone have a good way approach to executing a code AFTER the GUI
has been initialized? Note, this also uses a ShowDialog, and not Show
to display the Winform.
I have tried the google groups without much luck.
Thanks
Endymion Keats