Click here to Skip to main content
15,920,468 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to resize a datagrid control when the form resizes? Pin
stephen.hazel6-Mar-03 6:03
stephen.hazel6-Mar-03 6:03 
AnswerRe: how to resize a datagrid control when the form resizes? Pin
A.Wegierski5-Mar-03 20:33
A.Wegierski5-Mar-03 20:33 
GeneralRe: how to resize a datagrid control when the form resizes? Pin
stephen.hazel6-Mar-03 6:05
stephen.hazel6-Mar-03 6:05 
QuestionDelete key not triggering KeyPress in TextBox?? Pin
markmalin5-Mar-03 6:29
markmalin5-Mar-03 6:29 
AnswerRe: Delete key not triggering KeyPress in TextBox?? Pin
Stephane Rodriguez.5-Mar-03 11:00
Stephane Rodriguez.5-Mar-03 11:00 
GeneralRe: Delete key not triggering KeyPress in TextBox?? Pin
Arun Bhalla6-Mar-03 10:49
Arun Bhalla6-Mar-03 10:49 
GeneralModular Programs Pin
Jon Newman5-Mar-03 5:46
Jon Newman5-Mar-03 5:46 
GeneralRe: Modular Programs Pin
Stephane Rodriguez.5-Mar-03 6:48
Stephane Rodriguez.5-Mar-03 6:48 
THe .NET reflection API opens the door of a new generation of open apps that can guess entry points of plug-ins, at run-time. I believe the MSDN mag has a few articles about it.

If your plugins are supposed to implement a simple interface, then there is no nothing particularly new or odd with assemblies. They work like dlls.
Plugins can be declared either in the application .config file, or dynamically loaded at run-time by code( System.AppDomain.Load(...) ).
GeneralRe: Modular Programs Pin
Jon Newman5-Mar-03 7:17
Jon Newman5-Mar-03 7:17 
GeneralRe: Modular Programs Pin
Stephane Rodriguez.5-Mar-03 9:06
Stephane Rodriguez.5-Mar-03 9:06 
GeneralRe: Modular Programs Pin
Nnamdi Onyeyiri6-Mar-03 7:39
Nnamdi Onyeyiri6-Mar-03 7:39 
GeneralRe: Modular Programs Pin
Jon Newman6-Mar-03 7:54
Jon Newman6-Mar-03 7:54 
GeneralRe: Modular Programs Pin
Nnamdi Onyeyiri6-Mar-03 7:55
Nnamdi Onyeyiri6-Mar-03 7:55 
GeneralRe: Modular Programs Pin
Jon Newman6-Mar-03 8:04
Jon Newman6-Mar-03 8:04 
GeneralRe: Modular Programs Pin
Nnamdi Onyeyiri6-Mar-03 8:06
Nnamdi Onyeyiri6-Mar-03 8:06 
GeneralRe: Modular Programs Pin
Jon Newman6-Mar-03 8:09
Jon Newman6-Mar-03 8:09 
GeneralRe: Modular Programs Pin
Nnamdi Onyeyiri6-Mar-03 8:13
Nnamdi Onyeyiri6-Mar-03 8:13 
GeneralEmbedded OCX Pin
kroczek5-Mar-03 4:48
kroczek5-Mar-03 4:48 
GeneralRe: Embedded OCX Pin
Stephane Rodriguez.5-Mar-03 4:55
Stephane Rodriguez.5-Mar-03 4:55 
Questionanyone heard Light-Weight Object in c#? Pin
henrykao4-Mar-03 15:26
henrykao4-Mar-03 15:26 
AnswerRe: anyone heard Light-Weight Object in c#? Pin
Stephane Rodriguez.5-Mar-03 6:50
Stephane Rodriguez.5-Mar-03 6:50 
GeneralRe: anyone heard Light-Weight Object in c#? Pin
henrykao5-Mar-03 15:27
henrykao5-Mar-03 15:27 
GeneralHelp with Email and Encryption Pin
tbollers4-Mar-03 8:32
tbollers4-Mar-03 8:32 
GeneralRe: Help with Email and Encryption Pin
Furty4-Mar-03 18:54
Furty4-Mar-03 18:54 
GeneralRe: Help with Email and Encryption Pin
tbollers5-Mar-03 9:57
tbollers5-Mar-03 9:57 

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.