Originally posted by: shekhar pardeshi
I want to creat a band object which will display the address of the currently displayed site in IE. Wud u please tell me how it can be achieved?
Regards
shekhar
Originally posted by: Anthony Marshall
How do I add a toolbar button in IE5 to implement this Explorer band?
Originally posted by: Sam Taylor
COM_INTERFACE_ENTRY2(IDispatch, ICHTMUI)
Nice sample though, thanks for providing it!
The sample code is exposing the wrong IDispatch interface
(ICHTM) it should have been exposing ICHTMUI. To fix
the code, just adjust the COM_INTERFACE_ENTRY2
macro in CHTM.h to specify ICHTMUI, like so:
Originally posted by: Narayan
Hi ,
Band object which is created is really works for me as it is!.
But i have some different requirement that is i want to put the dialog insted of the webbrowser control for the user interaction, for that i have to put dialog window there
how can do this.
Can you replay me back.
Thanks,
Narayan
Originally posted by: M.A. Suresh kumar
I have downloaded the sample application for Explorer bar(Vertical band object). It is working only in IE4 versions. It is not working in IE5. In IE5, it is loading the band object. But When i click on the bar, it is throwing the following error.
'Object doesn't support this property'. I think, in HTML code, you are calling 'window.external.method()'. In this statement, application is failing. If anybody has solution for this, to run in IE5, please, send the solution as soon as possible. It is very urgent. Thanks a lot. Bye.
Originally posted by: Wayne Lee
please help me...
How can i add the Rebar Bands for IE 5.0?
i hope to make like Yahoo comparision Rebar...
Reply