Click here to Skip to main content
15,914,820 members
Home / Discussions / C#
   

C#

 
GeneralShortcut key Pin
Mazdak3-Aug-02 6:14
Mazdak3-Aug-02 6:14 
GeneralRe: Shortcut key Pin
Nnamdi Onyeyiri3-Aug-02 6:30
Nnamdi Onyeyiri3-Aug-02 6:30 
GeneralRe: Shortcut key Pin
Mazdak3-Aug-02 11:38
Mazdak3-Aug-02 11:38 
GeneralUnicode Pin
Mazdak3-Aug-02 4:49
Mazdak3-Aug-02 4:49 
GeneralRe: Unicode Pin
Mazdak3-Aug-02 5:32
Mazdak3-Aug-02 5:32 
GeneralAttribute Usage Pin
Nnamdi Onyeyiri3-Aug-02 2:17
Nnamdi Onyeyiri3-Aug-02 2:17 
GeneralRe: Attribute Usage Pin
Andy Smith3-Aug-02 6:24
Andy Smith3-Aug-02 6:24 
GeneralHmm... this couldn't be right.... Pin
Ryan Cromwell2-Aug-02 8:29
Ryan Cromwell2-Aug-02 8:29 
OK the code below is puzzling me. i have this nice little static member that loads pluggins based on a Type object. It does all of this fine, gets everything I want, yada yada... then i get to using the object. I'm looking at the autos in the debugger right now and they say that pluggin, by itself, is of type SourceControl.SourceSafe, which DOES implement ISourceControlPluggin (these are my classes/interfaces) though it won't let me do the cast - keeps yelling at me. Anyone have anything - i'm sure i'm just being blinded by the weekend...

object[] pluggins = System.Pluggins.Pluggins.LoadPluggins( plugginsDir, typeof(ISourceControlPluggin) );
foreach(object pluggin in pluggins)
{
MessageBox.Show( this, ((ISourceControlPluggin)pluggin).Name );
}
GeneralRe: Hmm... this couldn't be right.... Pin
jterrell2-Aug-02 18:29
jterrell2-Aug-02 18:29 
GeneralRe: Hmm... this couldn't be right.... Pin
Ryan Cromwell5-Aug-02 2:42
Ryan Cromwell5-Aug-02 2:42 
GeneralRe: Hmm... this couldn't be right.... Pin
Russell Morris5-Aug-02 6:32
Russell Morris5-Aug-02 6:32 
GeneralRe: Hmm... this couldn't be right.... Pin
Ryan Cromwell5-Aug-02 8:49
Ryan Cromwell5-Aug-02 8:49 
QuestionHow to catch the WM_ACTIVATEAPP message in C#? Pin
Anonymous2-Aug-02 6:09
Anonymous2-Aug-02 6:09 
AnswerRe: How to catch the WM_ACTIVATEAPP message in C#? Pin
Rama Krishna Vavilala2-Aug-02 6:26
Rama Krishna Vavilala2-Aug-02 6:26 
GeneralRe: How to catch the WM_ACTIVATEAPP message in C#? Pin
jparsons2-Aug-02 7:33
jparsons2-Aug-02 7:33 
GeneralRe: How to catch the WM_ACTIVATEAPP message in C#? Pin
Rama Krishna Vavilala2-Aug-02 8:26
Rama Krishna Vavilala2-Aug-02 8:26 
GeneralRe: How to catch the WM_ACTIVATEAPP message in C#? Pin
jterrell2-Aug-02 18:31
jterrell2-Aug-02 18:31 
GeneralI miss templates Pin
Shaun Wilde2-Aug-02 3:04
Shaun Wilde2-Aug-02 3:04 
GeneralRe: I miss templates Pin
Shaun Wilde2-Aug-02 3:10
Shaun Wilde2-Aug-02 3:10 
GeneralRe: I miss templates Pin
jterrell2-Aug-02 18:39
jterrell2-Aug-02 18:39 
QuestionUnloading a UserControl? Pin
Vasek2-Aug-02 1:15
Vasek2-Aug-02 1:15 
AnswerRe: Unloading a UserControl? Pin
Rutger Ellen2-Aug-02 1:37
Rutger Ellen2-Aug-02 1:37 
AnswerRe: Unloading a UserControl? Pin
Vasek2-Aug-02 1:38
Vasek2-Aug-02 1:38 
AnswerRe: Unloading a UserControl? Pin
James T. Johnson2-Aug-02 1:44
James T. Johnson2-Aug-02 1:44 
GeneralRe: Unloading a UserControl? Pin
Vasek2-Aug-02 2:11
Vasek2-Aug-02 2:11 

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.