Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:06
Ryan Cromwell5-Aug-02 7:06 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:18
Ryan Cromwell5-Aug-02 7:18 
GeneralRe: Casting wierdness.. Pin
leppie5-Aug-02 7:11
leppie5-Aug-02 7:11 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:26
Ryan Cromwell5-Aug-02 7:26 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 7:47
Ryan Cromwell5-Aug-02 7:47 
GeneralRe: Casting wierdness.. Pin
leppie5-Aug-02 9:11
leppie5-Aug-02 9:11 
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 9:46
Ryan Cromwell5-Aug-02 9:46 
GeneralRe: Casting wierdness.. Pin
leppie5-Aug-02 10:16
leppie5-Aug-02 10:16 
The 1st thing i notice is that you are placing the plugins in a directory. I had lotsa problems with this, too many to think of now.

Secondly , I still do not see the definition of the interface. Frown | :(

From Pluggins.cs:

if( type.GetInterface(Interface.FullName) != null) // something really wrong here


Should be:
if( type.GetInterface(typeof(ISourceControlPluggin).FullName) != null) 






MYrc : A .NET IRC client with C# Plugin Capabilities. See
http://sourceforge.net/projects/myrc
for more info. Big Grin | :-D
GeneralRe: Casting wierdness.. Pin
Ryan Cromwell5-Aug-02 10:21
Ryan Cromwell5-Aug-02 10:21 
GeneralRe: Casting wierdness... Lordy be the funk's on me! Pin
Ryan Cromwell5-Aug-02 10:56
Ryan Cromwell5-Aug-02 10:56 
GeneralRe: Casting wierdness... Lordy be the funk's on me! Pin
leppie5-Aug-02 11:13
leppie5-Aug-02 11:13 
GeneralSystem.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Nish Nishant4-Aug-02 23:43
sitebuilderNish Nishant4-Aug-02 23:43 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Russell Morris5-Aug-02 6:14
Russell Morris5-Aug-02 6:14 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Rama Krishna Vavilala5-Aug-02 6:14
Rama Krishna Vavilala5-Aug-02 6:14 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Nish Nishant5-Aug-02 10:11
sitebuilderNish Nishant5-Aug-02 10:11 
GeneralRe: System.Windows.Forms.TextBox and WM_CTLCOLOREDIT Pin
Rama Krishna Vavilala5-Aug-02 10:18
Rama Krishna Vavilala5-Aug-02 10:18 
GeneralTextBoxes - custom stuff Pin
Nish Nishant4-Aug-02 21:35
sitebuilderNish Nishant4-Aug-02 21:35 
GeneralRe: TextBoxes - custom stuff [more...] Pin
Nish Nishant4-Aug-02 21:39
sitebuilderNish Nishant4-Aug-02 21:39 
GeneralRe: TextBoxes - custom stuff Pin
Rama Krishna Vavilala5-Aug-02 7:29
Rama Krishna Vavilala5-Aug-02 7:29 
GeneralCEdit::SetMargins equivalent in .NET Pin
Nish Nishant4-Aug-02 20:49
sitebuilderNish Nishant4-Aug-02 20:49 
GeneralRe: CEdit::SetMargins equivalent in .NET Pin
Nish Nishant4-Aug-02 21:09
sitebuilderNish Nishant4-Aug-02 21:09 
GeneralTag for ComboBox items Pin
Luis Alonso Ramos4-Aug-02 19:14
Luis Alonso Ramos4-Aug-02 19:14 
GeneralRe: Tag for ComboBox items Pin
James T. Johnson4-Aug-02 19:54
James T. Johnson4-Aug-02 19:54 
GeneralRe: Tag for ComboBox items Pin
Luis Alonso Ramos5-Aug-02 5:12
Luis Alonso Ramos5-Aug-02 5:12 
GeneralFilter out non-standard fonts Pin
Nish Nishant4-Aug-02 14:53
sitebuilderNish Nishant4-Aug-02 14:53 

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.