c++ - Extend Windows explorer with BHO -
I am trying to extend Vindoj Explorer (not IE) with a customized panel in C ++ Should look like this:
And here's the same question I have found (in C #):
The question is C # and has already received an answer.
But I have a little bit of my answer to myself, what is my position here:
- I should apply a BHO object
- Call the QueryInterface call to call the BHO object, and then call QueryService to receive the IObjectWithSite and IDockingWindow
- indicator of the service provider. Calling AddToolBar and here's the place where I got it
And my questions are:
- What time do I create windows whenever I want? During the initial time of the object?
- I think that before handling my window, the parent window handles (in my case I think it should be the Windows Explorer handle) should get it, where I get this handle Can i do Docking window with indicator of frame?
- How do I register my DLL? I read some sample code of preview handlers, before we implement the system properly, we have to register DLL properly?
I have tried to reproduce, which is the same question asked for the day, but there is no luck till now.
I'm really new to the BHO and all such stuff, please thank me with this, thank you.
I will create 2 objects for such extension, before implementing the BHO (IDIPachatch and IOBJetWithSite). Second tool IObjectWithSite, IOleWindow, IDockingWindow, IInputObject and IOleCommandTarget.
1) The show logic of your window depends on what you want to feel.
2) Within the seconds of the parent window you can get. Site sitemap:
site. JQueryInterface (IDockingWindowSite, FDockingWindowSite); FDockingWindowSite.GetWindow (FParent);
3) Just register your BHO as standard BHO.
It took a long time for me to create and debug such extensions. If you are not an expert in this field then think again - do you really need this functionality, but if you have really decided that you should first have BHO There is a need to create and register and only when the BHO works correctly, the implementation of Word for IDing.
Comments
Post a Comment