Click here to Skip to main content
15,917,177 members
Home / Discussions / C#
   

C#

 
GeneralRe: the problem of drawing on UserControl Pin
vcorn20-Jun-04 19:45
vcorn20-Jun-04 19:45 
GeneralRe: the problem of drawing on UserControl Pin
Heath Stewart21-Jun-04 4:00
protectorHeath Stewart21-Jun-04 4:00 
GeneralGDI+'s Question Pin
jzb20-Jun-04 16:28
jzb20-Jun-04 16:28 
GeneralRe: GDI+'s Question Pin
Dave Kreskowiak21-Jun-04 4:21
mveDave Kreskowiak21-Jun-04 4:21 
GeneralRe: GDI+'s Question Pin
jzb21-Jun-04 17:55
jzb21-Jun-04 17:55 
GeneralInternet Explorer Plugin Pin
J. Dunlap20-Jun-04 16:06
J. Dunlap20-Jun-04 16:06 
GeneralRe: Internet Explorer Plugin Pin
Michael P Butler20-Jun-04 22:34
Michael P Butler20-Jun-04 22:34 
GeneralRe: Internet Explorer Plugin Pin
Heath Stewart21-Jun-04 4:06
protectorHeath Stewart21-Jun-04 4:06 
By plugins, I assume you mean MIME handlers like Adobe Acrobat (/Reader)? For desk bands and BHOs, there are articles here on CodeProject where people have done it in C# (though that's a really bad idea since marshaling can slow the performance of IE and crash it, especially the way many people write code these days (no exception handling, simple checks, etc.)).

For a MIME handler, though, that's a different story. It's not something running continously. For that, see Asynchronous Pluggable Protocols[^]. You'd have to interop the interfaces and add a couple registration methods to register yourself as a MIME handler using the ComRegisterFunctionAttribute and ComUnregisterFunctionAttribute.

I started an async pluggable protocol library some time back but in my efforts to make it pretty abstract, I got sidetrack for real work at work and never got it finished. It is possible, though, I can tell you that.

 

Microsoft MVP, Visual C#
My Articles
GeneralTabControl BackColor Pin
bneacetp20-Jun-04 12:12
bneacetp20-Jun-04 12:12 
GeneralLeft click a button and see the context menu Pin
StephenMcAllister20-Jun-04 10:38
StephenMcAllister20-Jun-04 10:38 
GeneralRe: Left click a button and see the context menu Pin
bneacetp20-Jun-04 12:21
bneacetp20-Jun-04 12:21 
GeneralPocket Pc online game Pin
Member 93299920-Jun-04 7:14
Member 93299920-Jun-04 7:14 
GeneralDataGrid`s datasource Pin
Member 114126620-Jun-04 4:15
Member 114126620-Jun-04 4:15 
GeneralRe: DataGrid`s datasource Pin
Mazdak20-Jun-04 4:42
Mazdak20-Jun-04 4:42 
GeneralRe: DataGrid`s datasource Pin
Member 114126620-Jun-04 17:41
Member 114126620-Jun-04 17:41 
GeneralRe: DataGrid`s datasource Pin
sheppe20-Jun-04 15:42
sheppe20-Jun-04 15:42 
GeneralRe: DataGrid`s datasource Pin
Member 114126620-Jun-04 17:39
Member 114126620-Jun-04 17:39 
General"CodeDomSerializer" compiler error Pin
20-Jun-04 1:58
suss20-Jun-04 1:58 
GeneralRe: "CodeDomSerializer" compiler error Pin
Stefan Troschuetz20-Jun-04 2:45
Stefan Troschuetz20-Jun-04 2:45 
GeneralRe: "CodeDomSerializer" compiler error Pin
Member 114126620-Jun-04 3:08
Member 114126620-Jun-04 3:08 
GeneralRe: "CodeDomSerializer" compiler error Pin
Stefan Troschuetz20-Jun-04 3:16
Stefan Troschuetz20-Jun-04 3:16 
Generallisting all properties and members of a class. Pin
Member 114126620-Jun-04 1:23
Member 114126620-Jun-04 1:23 
GeneralRe: listing all properties and members of a class. Pin
leppie20-Jun-04 1:38
leppie20-Jun-04 1:38 
GeneralRe: listing all properties and members of a class. Pin
Member 114126620-Jun-04 3:09
Member 114126620-Jun-04 3:09 
GeneralDataGrid`s datasource Pin
20-Jun-04 1:12
suss20-Jun-04 1:12 

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.