Click here to Skip to main content
15,891,607 members
Home / Discussions / C#
   

C#

 
GeneralRe: ComboBox/CheckBox background color when disabled. Pin
sykiemikey17-Aug-06 23:16
sykiemikey17-Aug-06 23:16 
GeneralRe: ComboBox/CheckBox background color when disabled. Pin
Nader Elshehabi18-Aug-06 5:20
Nader Elshehabi18-Aug-06 5:20 
QuestionReading Image from this link Pin
mm31017-Aug-06 10:49
mm31017-Aug-06 10:49 
AnswerRe: Reading Image from this link Pin
mm31018-Aug-06 2:17
mm31018-Aug-06 2:17 
Questionwhy multiple class inheritance is not supported in C# .NET Pin
For_IT17-Aug-06 10:23
For_IT17-Aug-06 10:23 
AnswerRe: why multiple class inheritance is not supported in C# .NET Pin
Ravi Bhavnani17-Aug-06 10:48
professionalRavi Bhavnani17-Aug-06 10:48 
AnswerRe: why multiple class inheritance is not supported in C# .NET Pin
Kevin McFarlane17-Aug-06 11:38
Kevin McFarlane17-Aug-06 11:38 
AnswerRe: why multiple class inheritance is not supported in C# .NET Pin
Joe Woodbury17-Aug-06 17:52
professionalJoe Woodbury17-Aug-06 17:52 
I asked a C# instructor several years ago this question. He said it was because the designers were worried the dumb people wouldn't understand multiple inheritance. (He added that most the dumb things in C# were done for this reason.)

This response is flippant, but I suspect more true than not. Multiple inheritance is very powerful and rarely used in good code, but when needed, it's really needed.

The solution was interfaces. Personally, I'd rather have had multiple inheritance, but what can you do? (I also think they should have had a scoped destructor mechanism built in. I'm sure everyone has their list of complaints.)

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

QuestionOverriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Javaman2101117-Aug-06 8:44
Javaman2101117-Aug-06 8:44 
AnswerRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Jakob Farian Krarup17-Aug-06 9:11
Jakob Farian Krarup17-Aug-06 9:11 
GeneralRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Javaman2101117-Aug-06 9:26
Javaman2101117-Aug-06 9:26 
GeneralRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Dave Kreskowiak17-Aug-06 9:38
mveDave Kreskowiak17-Aug-06 9:38 
AnswerRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server Pin
Dave Kreskowiak17-Aug-06 9:37
mveDave Kreskowiak17-Aug-06 9:37 
AnswerRe: Overriding Webservice Limitation: "one call per second" using a Proxy Server [modified] Pin
unclepaul17-Aug-06 10:00
unclepaul17-Aug-06 10:00 
QuestionAdding an object to Treeview Pin
Anthony Mushrow17-Aug-06 8:03
professionalAnthony Mushrow17-Aug-06 8:03 
AnswerRe: Adding an object to Treeview Pin
led mike17-Aug-06 8:14
led mike17-Aug-06 8:14 
QuestionRe: Adding an object to Treeview Pin
Anthony Mushrow17-Aug-06 13:50
professionalAnthony Mushrow17-Aug-06 13:50 
AnswerRe: Adding an object to Treeview Pin
Anthony Mushrow17-Aug-06 13:53
professionalAnthony Mushrow17-Aug-06 13:53 
AnswerRe: Adding an object to Treeview Pin
leppie17-Aug-06 9:24
leppie17-Aug-06 9:24 
QuestionHow to identify whether any message box are being displayed or not on the form Pin
engsrini17-Aug-06 7:20
engsrini17-Aug-06 7:20 
AnswerRe: How to identify whether any message box are being displayed or not on the form Pin
coolestCoder17-Aug-06 19:59
coolestCoder17-Aug-06 19:59 
QuestionReflection (?) Help [modified] Pin
David Knechtges17-Aug-06 7:00
David Knechtges17-Aug-06 7:00 
AnswerRe: Reflection (?) Help Pin
Dustin Metzgar17-Aug-06 8:06
Dustin Metzgar17-Aug-06 8:06 
AnswerRe: Reflection (?) Help Pin
Guffa17-Aug-06 11:57
Guffa17-Aug-06 11:57 
GeneralRe: Reflection (?) Help Pin
David Knechtges18-Aug-06 2:49
David Knechtges18-Aug-06 2:49 

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.