Click here to Skip to main content
15,914,452 members
Home / Discussions / COM
   

COM

 
QuestionSIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
LordBalu15-Feb-06 22:29
LordBalu15-Feb-06 22:29 
AnswerRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
Stephen Hewitt15-Feb-06 23:55
Stephen Hewitt15-Feb-06 23:55 
AnswerRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
LordBalu16-Feb-06 0:46
LordBalu16-Feb-06 0:46 
AnswerRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
LordBalu16-Feb-06 2:58
LordBalu16-Feb-06 2:58 
GeneralRe: SIMPLE COM DLL WITH MULTI RETURN VALUES!!! Pin
Stephen Hewitt16-Feb-06 11:19
Stephen Hewitt16-Feb-06 11:19 
QuestionDirectX movie play from URL Pin
Anilkumar K V15-Feb-06 1:26
Anilkumar K V15-Feb-06 1:26 
QuestionDCOM services in Win2k Server Pin
LiYS14-Feb-06 23:58
LiYS14-Feb-06 23:58 
QuestionHooking into IE Pin
effeAF14-Feb-06 8:40
effeAF14-Feb-06 8:40 
I have a problem that I'm trying to solve in the best possible way (arent we all;).

I am trying to make a browser extension in the form of a DLL that will automatically load with IE. Currently I have a solution in the form of an exe that, when run, loads IE instead of vice versa. Doing it this way I have complete control over IE, which is what my goal is.
However, I am wondering if it is possible (so far from what I've found it doesnt appear to be), to make a library that IE will load when IE itself is loaded. This library will then capture that instance of IE's process/handles/etc and capture the browsers events so the library can control the behaviour of the browser, and just "do stuff" in general on IE events. Using IWebBrowser2, DWebBrowserEvents, and all those good COM interfaces/objects, I already have it all working but only as a seperate exe process that I have to manually start-up.

Is this doable?
Are there registry keys you can enter in to make certain libraries load with IE? I know google toolbar loads up from a single DLL file. However I'm not sure if the DLL is actually loaded at IE startup or if its the standard "click a button on the toolbar to trigger a function in the DLL" (which, is easy to do). The toolbar itself is just a visual manipulation, making that visual representation of the toolbar is just a few registry keys really, which dont really do anything, they just point to a place (the DLL) that does. Like shortcuts to programs on the desktop.

Thanks in advance for any feedback or thoughts on this.
AnswerRe: Hooking into IE Pin
Andy Moore14-Feb-06 11:15
Andy Moore14-Feb-06 11:15 
AnswerRe: Hooking into IE Pin
ThatsAlok14-Feb-06 23:08
ThatsAlok14-Feb-06 23:08 
GeneralRe: Hooking into IE Pin
effeAF15-Feb-06 8:07
effeAF15-Feb-06 8:07 
GeneralRe: Hooking into IE Pin
ThatsAlok15-Feb-06 17:48
ThatsAlok15-Feb-06 17:48 
QuestionURGENT HELP REQUIRED MMC IConsole2. Pin
URagavSouth14-Feb-06 2:14
URagavSouth14-Feb-06 2:14 
QuestionCOM Server Types... How They Work? Pin
Malli_S14-Feb-06 1:27
Malli_S14-Feb-06 1:27 
QuestionIntegrating Crystal Reports Pin
Niro198314-Feb-06 0:41
Niro198314-Feb-06 0:41 
QuestionHow In-Process component(DLL) share by no. of clients.... Pin
Siva Sankar Koyi13-Feb-06 23:55
Siva Sankar Koyi13-Feb-06 23:55 
AnswerRe: How In-Process component(DLL) share by no. of clients.... Pin
BiswaR14-Feb-06 2:54
BiswaR14-Feb-06 2:54 
GeneralRe: How In-Process component(DLL) share by no. of clients.... Pin
Siva Sankar Koyi14-Feb-06 17:03
Siva Sankar Koyi14-Feb-06 17:03 
GeneralRe: How In-Process component(DLL) share by no. of clients.... Pin
Milton Karimbekallil15-Feb-06 8:34
Milton Karimbekallil15-Feb-06 8:34 
QuestionHow to use an Active X Component in a WIN32 Project Pin
fearless stallion12-Feb-06 22:18
fearless stallion12-Feb-06 22:18 
AnswerRe: How to use an Active X Component in a WIN32 Project Pin
Milton Karimbekallil13-Feb-06 11:22
Milton Karimbekallil13-Feb-06 11:22 
GeneralRe: How to use an Active X Component in a WIN32 Project Pin
fearless stallion14-Feb-06 2:47
fearless stallion14-Feb-06 2:47 
AnswerRe: How to use an Active X Component in a WIN32 Project Pin
Malli_S13-Feb-06 22:36
Malli_S13-Feb-06 22:36 
GeneralRe: How to use an Active X Component in a WIN32 Project Pin
fearless stallion14-Feb-06 2:37
fearless stallion14-Feb-06 2:37 
QuestionRemote COM Access Pin
Malli_S12-Feb-06 19:50
Malli_S12-Feb-06 19:50 

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.