Click here to Skip to main content
15,900,616 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralExplorer does not load shell extension.. Pin
J Patel29-May-01 9:06
J Patel29-May-01 9:06 
GeneralRe: Explorer does not load shell extension.. Pin
Michael Dunn29-May-01 9:38
sitebuilderMichael Dunn29-May-01 9:38 
GeneralRe: Explorer does not load shell extension.. Pin
J Patel29-May-01 9:47
J Patel29-May-01 9:47 
GeneralWebBrowser document Automation capabilities. Pin
Alex Chmakotine29-May-01 8:15
Alex Chmakotine29-May-01 8:15 
GeneralDialog to Doc or Dialog to View update Pin
29-May-01 7:39
suss29-May-01 7:39 
GeneralRe: Dialog to Doc or Dialog to View update Pin
Christian Graus29-May-01 13:16
protectorChristian Graus29-May-01 13:16 
GeneralGetting links in Internet Explorer Pin
Crocmort29-May-01 6:44
Crocmort29-May-01 6:44 
GeneralRe: Getting links in Internet Explorer Pin
Ghazi H. Wadi29-May-01 7:26
Ghazi H. Wadi29-May-01 7:26 
For I.E I think they are using an IEHelper Object

When an instance of Internet Explorer is started, it looks in the registry for CLSIDs stored under the following key:
HKLM\SOFTWARE\Microsoft\Windows \CurrentVersion\Explorer\Browser Helper Objects
If this key exists and there are CLSIDs listed under it, Internet Explorer will use CoCreateInstance() to try to create an instance of each object listed as a subkey under this key. Note that the CLSID of the object you create must be listed as a subkey and not a named value.

There are some requirements when creating a Browser Helper Object
1 The application that you create must be an in-proc server (that is, DLL).
2 This DLL must implement IObjectWithSite.
3 The IObjectWithSite::SetSite() method must be implemented

Also It is possible to connect to a running instance of Internet Explorer version 4.0 or later using the SHDocVw.ShellWindows collection.

Regards
Alfadhly

<marquee>
It is Illogical to define an inventor by his invention

GeneralDDBs, DIBs and printing Pin
Richard Jones29-May-01 6:37
Richard Jones29-May-01 6:37 
GeneralRe: DDBs, DIBs and printing Pin
Chris Losinger29-May-01 6:49
professionalChris Losinger29-May-01 6:49 
GeneralRe: DDBs, DIBs and printing Pin
Christian Graus29-May-01 13:01
protectorChristian Graus29-May-01 13:01 
GeneralIterating Arrays Pin
29-May-01 6:13
suss29-May-01 6:13 
GeneralRe: Iterating Arrays Pin
Michael Dunn29-May-01 9:41
sitebuilderMichael Dunn29-May-01 9:41 
GeneralDriver communicating with a service Pin
DB29-May-01 5:41
DB29-May-01 5:41 
GeneralRe: Driver communicating with a service Pin
Anders Molin29-May-01 9:05
professionalAnders Molin29-May-01 9:05 
GeneralMove the menubar and toolbars permanently in SDI app Pin
29-May-01 5:08
suss29-May-01 5:08 
GeneralWMA File Format Pin
James Spibey29-May-01 4:36
James Spibey29-May-01 4:36 
GeneralRe: WMA File Format Pin
Christian Graus29-May-01 13:03
protectorChristian Graus29-May-01 13:03 
Generalhelp!!! Pin
29-May-01 4:12
suss29-May-01 4:12 
GeneralHandle WM_CHAR in a Dialog Pin
29-May-01 3:55
suss29-May-01 3:55 
GeneralRe: Handle WM_CHAR in a Dialog Pin
Tomasz Sowinski29-May-01 4:01
Tomasz Sowinski29-May-01 4:01 
GeneralRe: Handle WM_CHAR in a Dialog Pin
29-May-01 4:18
suss29-May-01 4:18 
GeneralRe: Handle WM_CHAR in a Dialog Pin
29-May-01 4:20
suss29-May-01 4:20 
GeneralRe: Handle WM_CHAR in a Dialog Pin
Hadi Rezaee29-May-01 16:24
Hadi Rezaee29-May-01 16:24 
GeneralActive X controls in Internet Explorer Pin
Jared Allen29-May-01 3:34
Jared Allen29-May-01 3:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.