Click here to Skip to main content
15,890,825 members
Home / Discussions / C#
   

C#

 
AnswerRe: How can I push a button virtual? Pin
Dave Kreskowiak4-Mar-09 4:24
mveDave Kreskowiak4-Mar-09 4:24 
AnswerRe: How can I push a button virtual? Pin
DaveyM694-Mar-09 5:43
professionalDaveyM694-Mar-09 5:43 
GeneralRe: How can I push a button virtual? Pin
Member 44178925-Mar-09 2:03
Member 44178925-Mar-09 2:03 
AnswerRe: How can I push a button virtual? Pin
Member 44178925-Mar-09 5:30
Member 44178925-Mar-09 5:30 
QuestionC# xsd Pin
babongita4-Mar-09 3:17
babongita4-Mar-09 3:17 
AnswerRe: C# xsd Pin
Pete O'Hanlon4-Mar-09 4:52
mvePete O'Hanlon4-Mar-09 4:52 
QuestionReflection - Sample? Pin
softwarejaeger4-Mar-09 3:15
softwarejaeger4-Mar-09 3:15 
AnswerRe: Reflection - Sample? Pin
Pete O'Hanlon4-Mar-09 5:58
mvePete O'Hanlon4-Mar-09 5:58 
There are plenty of samples lying around this site showing how to create plugin based applications, but I'll give you a quick overview.

Generally, your application will have a plugin directory which will contain the relevant DLLs. What you want to do in your application is find all the DLLs in this directory (you can use DirectoryInfo for this). Then, you'd want to load these into separate app-domains in your application. You might find this[^] post useful.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.


My blog | My articles | MoXAML PowerToys



QuestionServer Pin
mrithula84-Mar-09 2:53
mrithula84-Mar-09 2:53 
AnswerRe: Server Pin
Jimmanuel4-Mar-09 3:28
Jimmanuel4-Mar-09 3:28 
QuestionBHO and ActiveX communication Pin
gusc4-Mar-09 2:51
gusc4-Mar-09 2:51 
QuestionDispose an instance Pin
yesu prakash4-Mar-09 2:11
yesu prakash4-Mar-09 2:11 
AnswerRe: Dispose an instance Pin
DaveyM694-Mar-09 2:14
professionalDaveyM694-Mar-09 2:14 
GeneralRe: Dispose an instance Pin
Xmen Real 4-Mar-09 4:21
professional Xmen Real 4-Mar-09 4:21 
GeneralRe: Dispose an instance Pin
DaveyM694-Mar-09 4:35
professionalDaveyM694-Mar-09 4:35 
AnswerRe: Dispose an instance Pin
harold aptroot4-Mar-09 6:29
harold aptroot4-Mar-09 6:29 
GeneralRe: Dispose an instance Pin
yesu prakash4-Mar-09 18:37
yesu prakash4-Mar-09 18:37 
GeneralRe: Dispose an instance Pin
harold aptroot4-Mar-09 22:46
harold aptroot4-Mar-09 22:46 
GeneralRe: Dispose an instance Pin
yesu prakash5-Mar-09 17:23
yesu prakash5-Mar-09 17:23 
GeneralRe: Dispose an instance Pin
harold aptroot5-Mar-09 22:37
harold aptroot5-Mar-09 22:37 
Questionpassing multiple parameters to the query in C# Pin
Deepali Khalkar4-Mar-09 1:34
Deepali Khalkar4-Mar-09 1:34 
AnswerRe: passing multiple parameters to the query in C# Pin
N a v a n e e t h4-Mar-09 1:42
N a v a n e e t h4-Mar-09 1:42 
AnswerRe: passing multiple parameters to the query in C# Pin
Megidolaon4-Mar-09 2:04
Megidolaon4-Mar-09 2:04 
GeneralRe: passing multiple parameters to the query in C# PinPopular
J4amieC4-Mar-09 2:29
J4amieC4-Mar-09 2:29 
AnswerRe: passing multiple parameters to the query in C# Pin
fly9044-Mar-09 5:14
fly9044-Mar-09 5:14 

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.