Click here to Skip to main content
15,881,248 members
Home / Discussions / C#
   

C#

 
GeneralRe: Beginner Need Help Pin
Dave Kreskowiak1-Aug-07 11:59
mveDave Kreskowiak1-Aug-07 11:59 
AnswerRe: Beginner Need Help Pin
PIEBALDconsult31-Jul-07 11:25
mvePIEBALDconsult31-Jul-07 11:25 
GeneralRe: Beginner Need Help Pin
Paul Conrad31-Jul-07 17:47
professionalPaul Conrad31-Jul-07 17:47 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:38
patkan1-Aug-07 0:38 
GeneralRe: Beginner Need Help Pin
patkan1-Aug-07 0:33
patkan1-Aug-07 0:33 
GeneralRe: Beginner Need Help Pin
PIEBALDconsult1-Aug-07 13:51
mvePIEBALDconsult1-Aug-07 13:51 
QuestionShadowing and Overriding Pin
sivakumaran_in31-Jul-07 7:02
sivakumaran_in31-Jul-07 7:02 
AnswerRe: Shadowing and Overriding Pin
WillemM31-Jul-07 8:00
WillemM31-Jul-07 8:00 
Normally you don't want to shadow methods in a class, because this hides functionality in a base class. However there are situations where you rather want to shadow methods to make them protected or private.

Overriding is commonly used to extend functionality provided in the methods of the base class. This is done more often in custom controls and classes that extend the .NET framework functionality.

WM.

What about weapons of mass-construction?

"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
My blog

QuestionGlobal Assembly Cache & Versioning [modified] Pin
MrEyes31-Jul-07 6:33
MrEyes31-Jul-07 6:33 
AnswerRe: Global Assembly Cache & Versioning Pin
WillemM31-Jul-07 8:08
WillemM31-Jul-07 8:08 
QuestionAugmented Reality...kinda Pin
GreenGiant8331-Jul-07 6:28
GreenGiant8331-Jul-07 6:28 
QuestionIndexer that return Interface ...What wrong with my code ? Pin
Yanshof31-Jul-07 4:50
Yanshof31-Jul-07 4:50 
AnswerRe: Indexer that return Interface ...What wrong with my code ? Pin
originSH31-Jul-07 5:10
originSH31-Jul-07 5:10 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
BoneSoft31-Jul-07 8:23
BoneSoft31-Jul-07 8:23 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
Pete O'Hanlon31-Jul-07 9:53
mvePete O'Hanlon31-Jul-07 9:53 
GeneralRe: Indexer that return Interface ...What wrong with my code ? Pin
originSH1-Aug-07 22:17
originSH1-Aug-07 22:17 
AnswerRe: Indexer that return Interface ...What wrong with my code ? [modified] Pin
J4amieC31-Jul-07 5:30
J4amieC31-Jul-07 5:30 
QuestionData Review Pin
sgeorgije31-Jul-07 4:40
sgeorgije31-Jul-07 4:40 
AnswerRe: Data Review Pin
Rizon40631-Jul-07 6:31
Rizon40631-Jul-07 6:31 
AnswerRe: Data Review Pin
sgeorgije31-Jul-07 7:14
sgeorgije31-Jul-07 7:14 
QuestionDB2 Time format problem? Pin
kidus131-Jul-07 4:27
kidus131-Jul-07 4:27 
QuestionCannot Update Non Local MYSQL Table using C#.NET and ODBC [modified] Pin
][cecu3e31-Jul-07 3:39
][cecu3e31-Jul-07 3:39 
AnswerRe: Cannot Update Non Local MYSQL Table using C#.NET and ODBC Pin
led mike31-Jul-07 4:17
led mike31-Jul-07 4:17 
GeneralRe: Cannot Update Non Local MYSQL Table using C#.NET and ODBC Pin
][cecu3e31-Jul-07 4:27
][cecu3e31-Jul-07 4:27 
AnswerRe: Cannot Update Non Local MYSQL Table using C#.NET and ODBC Pin
martin_hughes31-Jul-07 4:56
martin_hughes31-Jul-07 4:56 

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.