Originally posted by: Illya Reznykov
Hi all!
I wrote and registered custom Explorer bar (COM object, its default interface has name IMyCustomExplorerBar). Then I wrote another COM, which I put inside HTML page. This COM object via browser's IWebBrowser2 interface can show/hide Explorer bar (with method ShowBrowserBar).
My question is: How can I obtained pointer to IMyCustomExplorerBar interface, when my Explorer Bar is shown?
Thanks,
Illya
Originally posted by: Mark Zudeck
I created an Internet Explorer comm band based on the MyBands sample:
http://msdn.microsoft.com/library/periodic/period99/bandobj.htm
I inserted a dialog bar in it. The dialog bar contains an edit control.
When I type into the edit control, certain accelerator keys, such as arrow keys and
backspace, are ignored. This is somewhat similar to the the issue addressed in the
MIND FAQ:
http://msdn.microsoft.com/library/periodic/period99/faq0499.htm
but I am not hosting the WebBrowser control in the comm band, and so cannot use the
approach described there. I would very much appreciate a description of how this
problem can be gotten around in IE5.
Originally posted by: hchopra
Hi Everyone,
Has anyone tried to use a composite control instead of a web browser control to create the explorer band. I tried to do so but the CComCompositeControl::m_spClientSite variable is still NULL after the creation of the control window. Has anyone faced a similar problem.
Thanks
h.
ReplyOriginally posted by: robintan
I using the band.dll for IE5 .It doesn't work while click a url.IE5 prompt me a error .How to solute this problem.
Thanks!
Originally posted by: Vivek
actually I want to add band objects in my app which hosts Web Browser control. Like IE adds a button for any bands object, I want to do the same in my app. I have gone thru a lot of topics regarding the band objects and all give ideas about how to develop it but not how to add band objects in your app.
Any help would be highly appreciated.
Thanks,
Vivek.
Originally posted by: Ron Harlev
I am using the ATL band with the webbrowser control.
I show in it a form with text fields. The tab key takes
the focus to the address bar instead of the next field.
Originally posted by: Sas
Is it possible? Please let me know.
Can I add tree control on Explorer Band?
Originally posted by: Alex
Hi,
I've read your great article "Implementing Web Browser Band Using ATL HTML Control" at CodeGuru. But I have a question: how to implement scroll bars in the band object's window?
Thank you in advance for any advice or idea.
Regards,
Alex.
Originally posted by: dev
Hi, how would I make the commband html page load the links in the main IE window.
ReplyOriginally posted by: Sang-Hyun
please help me...
How can I add the button in rebar bands in IE 5.0?
I hope to make like real player(Rebar)button in IE 5.0