Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remoting Help! Please help urgently! Pin
Aaron Eldreth27-May-04 15:50
Aaron Eldreth27-May-04 15:50 
GeneralRe: Remoting Help! Please help urgently! Pin
hprahul27-May-04 20:25
hprahul27-May-04 20:25 
GeneralRe: Remoting Help! Please help urgently! Pin
Heath Stewart30-May-04 5:59
protectorHeath Stewart30-May-04 5:59 
GeneralRe: Remoting Help! Please help urgently! Pin
hprahul30-May-04 13:57
hprahul30-May-04 13:57 
GeneralRe: Remoting Help! Please help urgently! Pin
Heath Stewart1-Jun-04 6:11
protectorHeath Stewart1-Jun-04 6:11 
QuestionHow to log files downloaded Pin
Stuggo26-May-04 21:56
Stuggo26-May-04 21:56 
AnswerRe: How to log files downloaded Pin
Dave Kreskowiak27-May-04 4:19
mveDave Kreskowiak27-May-04 4:19 
AnswerRe: How to log files downloaded Pin
Heath Stewart27-May-04 4:52
protectorHeath Stewart27-May-04 4:52 
You could also write a Browser Helpfer Object (BHO). It's an ActiveX control that can sink the connection points in Internet Explorer, similar to how IE toolbars and desk bands work (though no GUI is required).

See Browser Helper Objects: The Browser the Way You Want It[^] for more information.

While you could create a BHO using C# and exposing a CCW (COM-Callable Wrapper), it would be pretty slow with the extra marshaling overhead. I suggest writing one in C/C++ if you know it - it's really not too hard.

 

Microsoft MVP, Visual C#
My Articles
AnswerRe: How to log files downloaded Pin
Dave Kreskowiak27-May-04 5:30
mveDave Kreskowiak27-May-04 5:30 
GeneralABOUT CONTROL Listview Pin
Member 103377126-May-04 16:44
Member 103377126-May-04 16:44 
GeneralRe: ABOUT CONTROL Listview Pin
sreejith ss nair26-May-04 21:34
sreejith ss nair26-May-04 21:34 
GeneralRe: ABOUT CONTROL Listview Pin
Dave Kreskowiak27-May-04 3:44
mveDave Kreskowiak27-May-04 3:44 
GeneralDynamic Properties Pin
Steve Schaneville26-May-04 15:10
professionalSteve Schaneville26-May-04 15:10 
GeneralRe: Dynamic Properties Pin
Nick Parker26-May-04 15:52
protectorNick Parker26-May-04 15:52 
GeneralRe: Dynamic Properties Pin
Steve Schaneville26-May-04 16:34
professionalSteve Schaneville26-May-04 16:34 
GeneralRe: Dynamic Properties Pin
Heath Stewart27-May-04 4:43
protectorHeath Stewart27-May-04 4:43 
GeneralRe: Dynamic Properties Pin
Steve Schaneville27-May-04 4:46
professionalSteve Schaneville27-May-04 4:46 
GeneralDesigning Window Form Shape Pin
RonBou26-May-04 14:20
RonBou26-May-04 14:20 
GeneralRe: Designing Window Form Shape Pin
Heath Stewart27-May-04 4:40
protectorHeath Stewart27-May-04 4:40 
GeneralDataset Select Error Pin
MrJJKoolJ26-May-04 12:38
MrJJKoolJ26-May-04 12:38 
GeneralRe: Dataset Select Error Pin
Heath Stewart26-May-04 13:01
protectorHeath Stewart26-May-04 13:01 
GeneralRe: Dataset Select Error Pin
MrJJKoolJ27-May-04 15:39
MrJJKoolJ27-May-04 15:39 
GeneralRe: Dataset Select Error Pin
Heath Stewart30-May-04 6:03
protectorHeath Stewart30-May-04 6:03 
GeneralString format: Real newbie question Pin
pankajdaga26-May-04 11:23
pankajdaga26-May-04 11:23 
GeneralRe: String format: Real newbie question Pin
Nick Parker26-May-04 11:42
protectorNick Parker26-May-04 11:42 

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.