Click here to Skip to main content
15,922,512 members
Home / Discussions / C#
   

C#

 
GeneralRe: TreeView /Spy++/ Handle Pin
Abhishek Karnik5-Jun-05 10:41
Abhishek Karnik5-Jun-05 10:41 
GeneralC# .NET Remoting problem Pin
Opa Knack2-Jun-05 9:38
Opa Knack2-Jun-05 9:38 
GeneralRe: C# .NET Remoting problem Pin
mav.northwind2-Jun-05 20:29
mav.northwind2-Jun-05 20:29 
GeneralRe: C# .NET Remoting problem Pin
Opa Knack2-Jun-05 21:59
Opa Knack2-Jun-05 21:59 
GeneralRe: C# .NET Remoting problem Pin
mav.northwind2-Jun-05 22:07
mav.northwind2-Jun-05 22:07 
GeneralTreeView Pin
Gary Kirkham2-Jun-05 7:52
Gary Kirkham2-Jun-05 7:52 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 10:25
protectorChristian Graus2-Jun-05 10:25 
GeneralRe: TreeView Pin
Gary Kirkham2-Jun-05 12:33
Gary Kirkham2-Jun-05 12:33 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 12:42
protectorChristian Graus2-Jun-05 12:42 
GeneralRe: TreeView Pin
Luis Alonso Ramos2-Jun-05 13:00
Luis Alonso Ramos2-Jun-05 13:00 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 13:03
protectorChristian Graus2-Jun-05 13:03 
GeneralRe: TreeView Pin
Luis Alonso Ramos2-Jun-05 13:22
Luis Alonso Ramos2-Jun-05 13:22 
GeneralRe: TreeView Pin
Christian Graus2-Jun-05 13:25
protectorChristian Graus2-Jun-05 13:25 
QuestionWhat happens when the user leaves? Pin
Sled Dog2-Jun-05 7:14
Sled Dog2-Jun-05 7:14 
AnswerRe: What happens when the user leaves? Pin
Dave Kreskowiak2-Jun-05 9:31
mveDave Kreskowiak2-Jun-05 9:31 
GeneralRe: What happens when the user leaves? Pin
Anonymous2-Jun-05 12:31
Anonymous2-Jun-05 12:31 
GeneralRe: What happens when the user leaves? Pin
Dave Kreskowiak2-Jun-05 16:06
mveDave Kreskowiak2-Jun-05 16:06 
GeneralInteroperability when using Microsoft UIP Pin
Sridhar Subramanian2-Jun-05 6:53
Sridhar Subramanian2-Jun-05 6:53 
Generalmy URL is messed up Pin
Sled Dog2-Jun-05 6:31
Sled Dog2-Jun-05 6:31 
GeneralRe: my URL is messed up Pin
TridentWhite2-Jun-05 6:53
TridentWhite2-Jun-05 6:53 
GeneralRe: my URL is messed up Pin
Sled Dog2-Jun-05 6:58
Sled Dog2-Jun-05 6:58 
Generalthe big Chaos..... Pin
DasdaDAS2-Jun-05 5:46
DasdaDAS2-Jun-05 5:46 
GeneralRe: the big Chaos..... Pin
S. Senthil Kumar2-Jun-05 5:57
S. Senthil Kumar2-Jun-05 5:57 
GeneralRe: the big Chaos..... Pin
Paul Lyons2-Jun-05 7:00
Paul Lyons2-Jun-05 7:00 
GeneralRe: the big Chaos..... Pin
Daniel Turini2-Jun-05 6:37
Daniel Turini2-Jun-05 6:37 
Also, to add to the excellent Kumar answer, I'd add that formally, you should use an abstract class when the concrete class you'll implement is an specialization of the abstract one (aka "is a" relationship). When you define an interface, you often model an specific behavior (aka "-able" suffix: IDisposable, IClonable, IMovable, IComparable, IFormattable).

I see dead pixels
Yes, even I am blogging now!

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.