Hi.
I have written an ActiveX control and all works well including the Mnemonics. But I wish to dynamically change the Mnemonics from within the application that uses my control.
It appears that OnGetControlInfo only gets called once during the creation of the control. I can't find any way to cause the container of my control to call OnGetControlInfo during the execution of my program.
I wish to enable my control with the ability to have the user change the text of the control during run time with a unique mnemonic. I can change the text now without problem, but the previously set mnemonic stays active.
In short, I just need a way to tell the container of my control to call OnGetControlInfo.
Thanks very much
I have written an ActiveX control and all works well including the Mnemonics. But I wish to dynamically change the Mnemonics from within the application that uses my control.
It appears that OnGetControlInfo only gets called once during the creation of the control. I can't find any way to cause the container of my control to call OnGetControlInfo during the execution of my program.
I wish to enable my control with the ability to have the user change the text of the control during run time with a unique mnemonic. I can change the text now without problem, but the previously set mnemonic stays active.
In short, I just need a way to tell the container of my control to call OnGetControlInfo.
Thanks very much