How to create Web Search Assistant of IE 5.0?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello gurus, I am trying to develop a dll which will add a window to IE same as Web Search Assistant. Any ideas? I cant use Frames. regards, Mahesh
The web search assistant is a Deskband object that is registered under IE. You can create your own by implementing a COM object that supports IDeskband and a few other interfaces, or you can use the wizard I created under the ATL section of CodeProject for creating Deskbands. Let me know if you have any development questions, I have done quite a few of these.