Click here to Skip to main content
16,014,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: Dynamically assign QueryString to SRC? Pin
David Wengier26-Mar-02 13:18
David Wengier26-Mar-02 13:18 
GeneralRe: Dynamically assign QueryString to SRC? Pin
26-Mar-02 13:44
suss26-Mar-02 13:44 
GeneralRe: Dynamically assign QueryString to SRC? Pin
David Wengier26-Mar-02 13:52
David Wengier26-Mar-02 13:52 
GeneralMatlab & C# Pin
26-Mar-02 8:25
suss26-Mar-02 8:25 
QuestionCapturing Cursor Keys? Pin
Zombies with Coffee, LLC26-Mar-02 7:54
professionalZombies with Coffee, LLC26-Mar-02 7:54 
AnswerRe: Capturing Cursor Keys? Pin
James T. Johnson26-Mar-02 8:11
James T. Johnson26-Mar-02 8:11 
GeneralRe: Capturing Cursor Keys? Pin
Zombies with Coffee, LLC26-Mar-02 8:17
professionalZombies with Coffee, LLC26-Mar-02 8:17 
QuestionDynamic C# dll components? Pin
Filip Strugar26-Mar-02 7:32
Filip Strugar26-Mar-02 7:32 
I'm not into C# for more than few days and I allready like it.
I have some free time and would like to explore it, and it looks like it would be perfect if I could start using it for real, but I'm not shure if it could fulfill my needs.
The thing is that, for example, I will be required to develop a pluginable application in a month or two, and I have been reading MSDN all day long, being unable to find out how to do it with C# and managed enviroment.
Recently I used COM to develop plugin objects that would, upon plugin installation, register (regsvr32) themselves and add class GUID to my applications registry key. The application would then upon start enumerate all GUIDs from it's registry and load required plugin objects and it worked fine.
Before that I simply had a plugin directory with plugin dll-s which exported function (.def) that was a object factory. App would enumerate dlls in that specific directory and LoadLibrary them and stuff.

I wrote a simple component dll in C# and a client using it and it's easy and cool.
But I don't have a slightest idea how could I (if it's possible at all) write a component and import it at run time only by knowing .dll path or some sort of object id?
All plugin objects would ofcourse implement the same plugin interface and use some same typelib or something.

Is there a way? Smile | :)
AnswerRe: Dynamic C# dll components? Pin
Filip Strugar26-Mar-02 7:42
Filip Strugar26-Mar-02 7:42 
GeneralRe: Dynamic C# dll components? Pin
James T. Johnson26-Mar-02 7:46
James T. Johnson26-Mar-02 7:46 
GeneralRe: Dynamic C# dll components? Pin
Filip Strugar26-Mar-02 8:13
Filip Strugar26-Mar-02 8:13 
GeneralRe: Dynamic C# dll components? Pin
James T. Johnson26-Mar-02 12:35
James T. Johnson26-Mar-02 12:35 
GeneralRe: Dynamic C# dll components? Pin
Filip Strugar28-Mar-02 7:39
Filip Strugar28-Mar-02 7:39 
GeneralDeriving combobox Pin
Marc L'Ecuyer26-Mar-02 5:05
Marc L'Ecuyer26-Mar-02 5:05 
GeneralBitmaps disappearing Pin
26-Mar-02 4:45
suss26-Mar-02 4:45 
GeneralRe: Bitmaps disappearing Pin
David Wengier26-Mar-02 10:16
David Wengier26-Mar-02 10:16 
QuestionHow I can Make A TreeView with checkedBoxes? Pin
gicio25-Mar-02 23:30
gicio25-Mar-02 23:30 
AnswerRe: How I can Make A TreeView with checkedBoxes? Pin
26-Mar-02 1:04
suss26-Mar-02 1:04 
GeneralRe: How I can Make A TreeView with checkedBoxes? Pin
gicio26-Mar-02 3:38
gicio26-Mar-02 3:38 
GeneralPrint Preview Pin
Mazdak25-Mar-02 20:46
Mazdak25-Mar-02 20:46 
GeneralRe: Print Preview Pin
BLaZiNiX26-Mar-02 18:59
BLaZiNiX26-Mar-02 18:59 
GeneralEventWritten and Security Log Pin
25-Mar-02 11:02
suss25-Mar-02 11:02 
GeneralUser Control problems... Pin
Zombies with Coffee, LLC25-Mar-02 9:43
professionalZombies with Coffee, LLC25-Mar-02 9:43 
GeneralRe: User Control problems... Pin
David Wengier25-Mar-02 10:45
David Wengier25-Mar-02 10:45 
GeneralRe: User Control problems... Pin
Zombies with Coffee, LLC25-Mar-02 10:48
professionalZombies with Coffee, LLC25-Mar-02 10:48 

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.