Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
GeneralWindows Service App Pin
japanreddy14-Jun-04 9:55
japanreddy14-Jun-04 9:55 
GeneralRe: Windows Service App Pin
Heath Stewart14-Jun-04 10:16
protectorHeath Stewart14-Jun-04 10:16 
Generalneed help on adding C++ project Pin
skinnyreptile14-Jun-04 9:37
skinnyreptile14-Jun-04 9:37 
GeneralRe: need help on adding C++ project Pin
japanreddy14-Jun-04 9:59
japanreddy14-Jun-04 9:59 
GeneralRe: need help on adding C++ project Pin
Heath Stewart14-Jun-04 10:12
protectorHeath Stewart14-Jun-04 10:12 
QuestionUXTHEME - Impossible? Pin
reflex@codeproject14-Jun-04 9:28
reflex@codeproject14-Jun-04 9:28 
GeneralAdd Reference Dialog control Pin
Jeremy Kimball14-Jun-04 8:56
Jeremy Kimball14-Jun-04 8:56 
GeneralRe: Add Reference Dialog control Pin
LongRange.Shooter14-Jun-04 9:15
LongRange.Shooter14-Jun-04 9:15 
Currently, the way the Add Reference works is as follows:

Go to the registry
Under the Framework it get the list of directories
Under each directory it gets each item in the GAC

You could probably do something similar where you have either a number of well-known directories or a way of dynamically constructing a directory list. For each assembly in each directory, you would then do an Assembly.Load and check to see if it exposes IMyInterface.

______________________________
The Tao gave birth to machine language.
Machine language gave birth to the assembler.
The assembler gave birth to ten thousand languages.
Each language has its purpose, however humble.
Each language expresses the Yin and Yang of software.
Each language has its place within the Tao.
Beauty exists because we give a name to C#.
Bad exists because we give a name to COBOL.
GeneralRe: Add Reference Dialog control Pin
Jeremy Kimball14-Jun-04 10:19
Jeremy Kimball14-Jun-04 10:19 
GeneralRe: Add Reference Dialog control Pin
Heath Stewart14-Jun-04 9:19
protectorHeath Stewart14-Jun-04 9:19 
GeneralRe: Add Reference Dialog control Pin
Dmitri Nеstеruk6-Jan-10 2:50
Dmitri Nеstеruk6-Jan-10 2:50 
GeneralRe: Add Reference Dialog control Pin
ian mariano14-Jun-04 9:29
ian mariano14-Jun-04 9:29 
GeneralRe: Add Reference Dialog control Pin
Jeremy Kimball14-Jun-04 10:21
Jeremy Kimball14-Jun-04 10:21 
GeneralClosing all mdichildren forms Pin
Dylan van Heerden14-Jun-04 8:33
Dylan van Heerden14-Jun-04 8:33 
GeneralRe: Closing all mdichildren forms Pin
Heath Stewart14-Jun-04 8:52
protectorHeath Stewart14-Jun-04 8:52 
GeneralRe: Closing all mdichildren forms Pin
Dylan van Heerden14-Jun-04 9:23
Dylan van Heerden14-Jun-04 9:23 
GeneralRe: Closing all mdichildren forms Pin
Heath Stewart14-Jun-04 9:25
protectorHeath Stewart14-Jun-04 9:25 
GeneralRe: Closing all mdichildren forms Pin
Dylan van Heerden14-Jun-04 9:39
Dylan van Heerden14-Jun-04 9:39 
GeneralRe: Closing all mdichildren forms Pin
LongRange.Shooter14-Jun-04 10:12
LongRange.Shooter14-Jun-04 10:12 
GeneralDirectx Writepixel in .NET Pin
eldrago14-Jun-04 6:49
eldrago14-Jun-04 6:49 
GeneralRe: Directx Writepixel in .NET Pin
Jeremy Kimball14-Jun-04 9:02
Jeremy Kimball14-Jun-04 9:02 
GeneralRe: Directx Writepixel in .NET Pin
eldrago14-Jun-04 20:00
eldrago14-Jun-04 20:00 
GeneralRe: Directx Writepixel in .NET Pin
Jeremy Kimball15-Jun-04 3:00
Jeremy Kimball15-Jun-04 3:00 
GeneralSynchronized Databinding Pin
WillemM14-Jun-04 6:43
WillemM14-Jun-04 6:43 
GeneralRe: Synchronized Databinding Pin
WillemM14-Jun-04 7:51
WillemM14-Jun-04 7:51 

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.