Click here to Skip to main content
15,886,806 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataRowState Not Working Pin
kragan17-Apr-07 12:44
kragan17-Apr-07 12:44 
GeneralRe: DataRowState Not Working Pin
polishprogrammer18-Apr-07 5:51
polishprogrammer18-Apr-07 5:51 
QuestionPageSetupDialog Customization Pin
Wolfram Steinke17-Apr-07 11:19
Wolfram Steinke17-Apr-07 11:19 
Questionusing arrow key in a richtextbox Pin
dino209417-Apr-07 10:10
dino209417-Apr-07 10:10 
AnswerRe: using arrow key in a richtextbox Pin
il_masacratore17-Apr-07 21:16
il_masacratore17-Apr-07 21:16 
QuestionVirtual base class?? Pin
cbin17-Apr-07 9:30
cbin17-Apr-07 9:30 
AnswerRe: Virtual base class?? Pin
Pete O'Hanlon17-Apr-07 9:36
mvePete O'Hanlon17-Apr-07 9:36 
AnswerRe: Virtual base class?? Pin
Dan Neely17-Apr-07 9:49
Dan Neely17-Apr-07 9:49 
probably an interface. There are to differences between an interface and an abstract class is that you can have multiple interface inheritance, but only single class inheritance. The second is that you can't implement any methods in an interface definition, but can implement methods in an abstract class if you wish. For inheritance reasons I generally prefer interfaces. IF you've got a number of common stock methods and only a few that need written uniquely for the inheriting classes the abstract route can however be better.

--
CleaKO The sad part about this instance is that none of the users ever said anything [about the problem].

Pete O`Hanlon Doesn't that just tell you everything you need to know about users?

GeneralRe: Virtual base class?? Pin
cbin17-Apr-07 11:26
cbin17-Apr-07 11:26 
GeneralRe: Virtual base class?? Pin
DavidNohejl17-Apr-07 21:09
DavidNohejl17-Apr-07 21:09 
AnswerRe: Virtual base class?? Pin
DavidNohejl17-Apr-07 21:07
DavidNohejl17-Apr-07 21:07 
GeneralRe: Virtual base class?? Pin
cbin18-Apr-07 7:42
cbin18-Apr-07 7:42 
QuestionCan't add a variable watch! Pin
Lord Kixdemp17-Apr-07 9:04
Lord Kixdemp17-Apr-07 9:04 
AnswerRe: Can't add a variable watch! Pin
Judah Gabriel Himango17-Apr-07 9:27
sponsorJudah Gabriel Himango17-Apr-07 9:27 
Questionstruct with an array inside Pin
Marc Soleda17-Apr-07 8:59
Marc Soleda17-Apr-07 8:59 
AnswerRe: struct with an array inside Pin
Judah Gabriel Himango17-Apr-07 9:27
sponsorJudah Gabriel Himango17-Apr-07 9:27 
QuestionIs it possoble to create left mouse click ConextMenu? Pin
Khoramdin17-Apr-07 6:47
Khoramdin17-Apr-07 6:47 
AnswerRe: Is it possoble to create left mouse click ConextMenu? Pin
Martin#17-Apr-07 6:56
Martin#17-Apr-07 6:56 
QuestionGet Hardware Information in C sharp Pin
sottos17-Apr-07 6:15
sottos17-Apr-07 6:15 
AnswerRe: Get Hardware Information in C sharp Pin
Tarakeshwar Reddy17-Apr-07 6:24
professionalTarakeshwar Reddy17-Apr-07 6:24 
GeneralRe: Get Hardware Information in C sharp Pin
sottos17-Apr-07 6:40
sottos17-Apr-07 6:40 
QuestionASCII code Pin
marwan_siala17-Apr-07 5:57
marwan_siala17-Apr-07 5:57 
AnswerRe: ASCII code Pin
Guffa17-Apr-07 6:04
Guffa17-Apr-07 6:04 
QuestionInvoke xsd.exe thru code Pin
nikanth17-Apr-07 5:22
nikanth17-Apr-07 5:22 
AnswerRe: Invoke xsd.exe thru code Pin
kubben17-Apr-07 5:38
kubben17-Apr-07 5:38 

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.