Click here to Skip to main content
16,005,697 members
Home / Discussions / C#
   

C#

 
GeneralRe: Service - front-end communication Pin
LorenzoDV2-Jun-04 10:39
LorenzoDV2-Jun-04 10:39 
GeneralRe: Service - front-end communication Pin
Heath Stewart2-Jun-04 10:46
protectorHeath Stewart2-Jun-04 10:46 
GeneralDataGrid - 10,000 or more record need to be add. Pin
temp55561-Jun-04 19:03
temp55561-Jun-04 19:03 
GeneralRe: DataGrid - 10,000 or more record need to be add. Pin
sreejith ss nair1-Jun-04 19:45
sreejith ss nair1-Jun-04 19:45 
GeneralRe: DataGrid - 10,000 or more record need to be add. Pin
Jay Shankar1-Jun-04 20:27
Jay Shankar1-Jun-04 20:27 
GeneralRe: DataGrid - 10,000 or more record need to be add. Pin
temp55562-Jun-04 20:12
temp55562-Jun-04 20:12 
GeneralExtending (improving) microsoft's HTML editor control? Discuss! Pin
Nathan Ridley1-Jun-04 17:35
Nathan Ridley1-Jun-04 17:35 
GeneralRe: Extending (improving) microsoft's HTML editor control? Discuss! Pin
Heath Stewart2-Jun-04 3:23
protectorHeath Stewart2-Jun-04 3:23 
What you want is possible, although not easy. You can host either the WebBrowser control or the MSHTML component through COM interop assemblies. The WebBrowser control hosts the MSHTML component and provides additional services you may want, like hyperlinking and additional communication with the host.

In order to extend it, you must declare managed interfaces like IDocHostUIHandler. These advanced hosting interfaces are documented in MSDN in the Advanced Hosting Reference[^]. If you want to generate an interop assembly for these interfaces, read the article Using MSHTML Advanced Hosting Interfaces[^] here on CodeProject.

If you don't want to go to all that work (because there's quite a bit involved), take a look at some of the third-party solutions out there. We just settled on the NET.RIX[^] component, which has both a full and lite version with what you want already. It's also affordably priced and royalty free.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Extending (improving) microsoft's HTML editor control? Discuss! Pin
Nathan Ridley2-Jun-04 11:40
Nathan Ridley2-Jun-04 11:40 
QuestionFinally a solution to visual themes? Pin
Carl Mercier1-Jun-04 17:23
Carl Mercier1-Jun-04 17:23 
GeneralSave Image Pin
The_Soul_Of_Rock1-Jun-04 16:37
The_Soul_Of_Rock1-Jun-04 16:37 
GeneralRe: Save Image Pin
Edbert P1-Jun-04 17:10
Edbert P1-Jun-04 17:10 
GeneralRe: Save Image Pin
The_Soul_Of_Rock1-Jun-04 18:12
The_Soul_Of_Rock1-Jun-04 18:12 
GeneralRe: Save Image Pin
Roman Rodov1-Jun-04 19:35
Roman Rodov1-Jun-04 19:35 
GeneralRe: Save Image Pin
Edbert P1-Jun-04 20:09
Edbert P1-Jun-04 20:09 
GeneralDataadapter Updates Pin
MrJJKoolJ1-Jun-04 15:58
MrJJKoolJ1-Jun-04 15:58 
GeneralRe: Dataadapter Updates Pin
Heath Stewart2-Jun-04 3:15
protectorHeath Stewart2-Jun-04 3:15 
GeneralRe: Dataadapter Updates Pin
MrJJKoolJ2-Jun-04 3:58
MrJJKoolJ2-Jun-04 3:58 
GeneralRe: Dataadapter Updates Pin
Heath Stewart7-Jun-04 3:32
protectorHeath Stewart7-Jun-04 3:32 
QuestionHow Do I: Set the installed Path in the Registry from a setup project? Pin
Tony Archer1-Jun-04 15:39
Tony Archer1-Jun-04 15:39 
AnswerRe: How Do I: Set the installed Path in the Registry from a setup project? Pin
Heath Stewart2-Jun-04 3:12
protectorHeath Stewart2-Jun-04 3:12 
GeneralPrivate/Public Pin
Wackatronic1-Jun-04 14:12
Wackatronic1-Jun-04 14:12 
GeneralRe: Private/Public Pin
Edbert P1-Jun-04 17:34
Edbert P1-Jun-04 17:34 
GeneralRe: Private/Public Pin
Heath Stewart2-Jun-04 3:09
protectorHeath Stewart2-Jun-04 3:09 
GeneralDocking a Windows Form Pin
MeterMan1-Jun-04 13:43
MeterMan1-Jun-04 13:43 

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.