Hi Guys,
Can we disable right click on ActiveX Control such as IEWin or other
controls? I tried using Bind on control, frame or app but no luck.
Looking forward to your answers.
Thanks.
Hi Guys,
Can we disable right click on ActiveX Control such as IEWin or other
controls? I tried using Bind on control, frame or app but no luck.
Looking forward to your answers.
Thanks.
Anybody? Any comments?
Pardon me for resending it but I could not find any answer so any
pointer will be really appreciated.
Thanks.
On Nov 23, 11:54 pm, HL <nava...@gmail.com> wrote:
Hi Guys,
Can we disable right click on ActiveX Control such as IEWin or other
controls? I tried using Bind on control, frame or app but no luck.
Looking forward to your answers.Thanks.
The wx.lib.activex module creates a wx.Window that is used to host the ActiveX control, so when you use Bind you are binding to that parent window rather than the ActiveX control itself, and since the ActiveX Control is not a wx.Window then binding a handler to it will not have any effect. If the ActiveX Control does not provide the events or functions you need via its COM api then you may be out of luck, although you may be able to get real low-level and intercept the Windows messages sent to the AX control and deal with it that way.
On 11/23/10 11:54 PM, HL wrote:
Hi Guys,
Can we disable right click on ActiveX Control such as IEWin or other
controls? I tried using Bind on control, frame or app but no luck.
Looking forward to your answers.
--
Robin Dunn
Software Craftsman