IDocHostUIHandler [modified]
-
IDocHostUIHandler[^]Any idea how to solve this? Please help. Crucial :sigh: -- modified at 22:03 Wednesday 28th February, 2007
:(
Have you read the info at http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/wbcustomization.asp[^]? Unfortunately, all the examples are unmanaged C++. You may need to implement the
GetHostInfo()
method so as to return appropriate values in theDOCHOSTUIINFO
structure. Also you maybe need to return S_FALSE from theTranslateAccelerator()
method. I did implement this interface some time ago in unmanaged C++ and I'm trying to dig up some old source code. Also notice that someone else had a working C# implementation ofIDocHostUIHandler
at http://www.thescripts.com/forum/thread257999.html[^] Regards, David -- modified at 23:33 Wednesday 28th February, 2007 -
Have you read the info at http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/wbcustomization.asp[^]? Unfortunately, all the examples are unmanaged C++. You may need to implement the
GetHostInfo()
method so as to return appropriate values in theDOCHOSTUIINFO
structure. Also you maybe need to return S_FALSE from theTranslateAccelerator()
method. I did implement this interface some time ago in unmanaged C++ and I'm trying to dig up some old source code. Also notice that someone else had a working C# implementation ofIDocHostUIHandler
at http://www.thescripts.com/forum/thread257999.html[^] Regards, David -- modified at 23:33 Wednesday 28th February, 2007