Tooltip for ActiveX - controls
-
Hi everybody! Situation: using a browser control to display html-pages hosting activeX controls. Problem: tooltips doesn't work for all controls hosted in the html page. Does anybody know how to enable/display tooltips for activeX - controls inside the html? What I know is that every object inside the html has the IHTMLElement interface which has the property "title". This works fine for windowless controls but it seems to fail for "windowed" controls. Any idea? Thanks in advance! Michael
-
Hi everybody! Situation: using a browser control to display html-pages hosting activeX controls. Problem: tooltips doesn't work for all controls hosted in the html page. Does anybody know how to enable/display tooltips for activeX - controls inside the html? What I know is that every object inside the html has the IHTMLElement interface which has the property "title". This works fine for windowless controls but it seems to fail for "windowed" controls. Any idea? Thanks in advance! Michael
Hi, Check this article in MSDN: "HOWTO: Add Tooltips to ActiveX Controls" Article ID: Q141871. Regards, Alex Gorev, Dundas Software.