Click here to Skip to main content
15,921,793 members
Home / Discussions / C#
   

C#

 
GeneralRe: DllImport Question Pin
Pedram Behroozi24-Nov-08 2:58
Pedram Behroozi24-Nov-08 2:58 
GeneralRe: DllImport Question Pin
Luc Pattyn24-Nov-08 3:39
sitebuilderLuc Pattyn24-Nov-08 3:39 
GeneralRe: DllImport Question Pin
Dave Kreskowiak24-Nov-08 3:58
mveDave Kreskowiak24-Nov-08 3:58 
GeneralRe: DllImport Question Pin
Pedram Behroozi24-Nov-08 7:45
Pedram Behroozi24-Nov-08 7:45 
QuestionAccess local registry through web browser Pin
Haim Nachum24-Nov-08 2:03
Haim Nachum24-Nov-08 2:03 
AnswerRe: Access local registry through web browser Pin
SeMartens24-Nov-08 2:11
SeMartens24-Nov-08 2:11 
GeneralRe: Access local registry through web browser Pin
Haim Nachum24-Nov-08 3:06
Haim Nachum24-Nov-08 3:06 
GeneralRe: Access local registry through web browser Pin
SeMartens24-Nov-08 4:13
SeMartens24-Nov-08 4:13 
First you would implement the functionality to access the registry in an assembly.

Then you have to wrap (use) the assembly in a COM-Component. This could be done by creating another assembly that will serve as COM-Component, referencing your assembly that makes the registry access. This Component has to be registered at the client machine, so that you can access it through the IE. There are possibilities to auto-install the COM-Component (ActiveX)...

Regards
Sebastian

It's not a bug, it's a feature!

Me in Softwareland.

GeneralRe: Access local registry through web browser Pin
Haim Nachum24-Nov-08 5:39
Haim Nachum24-Nov-08 5:39 
GeneralRe: Access local registry through web browser Pin
SeMartens24-Nov-08 21:09
SeMartens24-Nov-08 21:09 
AnswerRe: Access local registry through web browser Pin
#realJSOP24-Nov-08 2:30
professional#realJSOP24-Nov-08 2:30 
GeneralRe: Access local registry through web browser Pin
Ashfield24-Nov-08 2:46
Ashfield24-Nov-08 2:46 
Questionlink in textrenderer Pin
Christof Höll24-Nov-08 1:54
Christof Höll24-Nov-08 1:54 
AnswerRe: link in textrenderer Pin
Ashfield24-Nov-08 2:45
Ashfield24-Nov-08 2:45 
GeneralRe: link in textrenderer Pin
Christof Höll24-Nov-08 5:26
Christof Höll24-Nov-08 5:26 
GeneralRe: link in textrenderer Pin
Ashfield24-Nov-08 8:43
Ashfield24-Nov-08 8:43 
Questionshare Pin
ellllllllie24-Nov-08 1:21
ellllllllie24-Nov-08 1:21 
AnswerRe: share Pin
Le centriste24-Nov-08 2:10
Le centriste24-Nov-08 2:10 
QuestionRemove instance Pin
RishiKasnia24-Nov-08 1:00
RishiKasnia24-Nov-08 1:00 
AnswerRe: Remove instance Pin
Pedram Behroozi24-Nov-08 1:15
Pedram Behroozi24-Nov-08 1:15 
GeneralRe: Remove instance Pin
RishiKasnia24-Nov-08 1:41
RishiKasnia24-Nov-08 1:41 
GeneralRe: Remove instance Pin
Pedram Behroozi24-Nov-08 1:54
Pedram Behroozi24-Nov-08 1:54 
GeneralRe: Remove instance Pin
RishiKasnia24-Nov-08 1:58
RishiKasnia24-Nov-08 1:58 
GeneralRe: Remove instance Pin
Bijesh24-Nov-08 3:02
Bijesh24-Nov-08 3:02 
AnswerRe: Remove instance Pin
Simon P Stevens24-Nov-08 3:05
Simon P Stevens24-Nov-08 3:05 

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.