Click here to Skip to main content
15,905,563 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to trap unhandled exceptions Pin
Christian Graus10-Jul-07 8:11
protectorChristian Graus10-Jul-07 8:11 
GeneralRe: How to trap unhandled exceptions Pin
Glenn E. Lanier II10-Jul-07 10:14
Glenn E. Lanier II10-Jul-07 10:14 
AnswerRe: How to trap unhandled exceptions Pin
Daniel Grunwald10-Jul-07 8:17
Daniel Grunwald10-Jul-07 8:17 
GeneralRe: How to trap unhandled exceptions Pin
Glenn E. Lanier II10-Jul-07 10:16
Glenn E. Lanier II10-Jul-07 10:16 
QuestionDataGridView Pin
mehrdadc4810-Jul-07 6:45
mehrdadc4810-Jul-07 6:45 
AnswerRe: DataGridView Pin
rahvyn610-Jul-07 9:40
rahvyn610-Jul-07 9:40 
QuestionNewbie: Calling an overriden method from a child class... Pin
Phillip Hodges10-Jul-07 5:17
Phillip Hodges10-Jul-07 5:17 
AnswerRe: Newbie: Calling an overriden method from a child class... Pin
Colin Angus Mackay10-Jul-07 5:19
Colin Angus Mackay10-Jul-07 5:19 
Phillip Hodges wrote:
Is there a way of calling the overridden methods in the parent class 'Z' from the child 'X'...?


Yes, just call them. If they are declared as virtual in the base class and override in the derived class then the correct version will be called. i.e. The version defined in the concrete class. That is to say the version of the real object, not its base.




Upcoming events:
* Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ...

"I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless."

Ready to Give up - Your help will be much appreciated.


My website

GeneralRe: Newbie: Calling an overriden method from a child class... Pin
Phillip Hodges10-Jul-07 5:32
Phillip Hodges10-Jul-07 5:32 
AnswerRe: Newbie: Calling an overriden method from a child class... Pin
J4amieC10-Jul-07 5:32
J4amieC10-Jul-07 5:32 
QuestionCheckAll/Uncheck all Pin
kibromg10-Jul-07 4:56
kibromg10-Jul-07 4:56 
AnswerRe: CheckAll/Uncheck all Pin
Christian Graus10-Jul-07 4:57
protectorChristian Graus10-Jul-07 4:57 
GeneralRe: CheckAll/Uncheck all Pin
kibromg10-Jul-07 5:19
kibromg10-Jul-07 5:19 
GeneralRe: CheckAll/Uncheck all Pin
Christian Graus10-Jul-07 5:26
protectorChristian Graus10-Jul-07 5:26 
GeneralRe: CheckAll/Uncheck all Pin
kibromg10-Jul-07 5:35
kibromg10-Jul-07 5:35 
Question[Message Deleted] Pin
DarknessDRK10-Jul-07 4:40
DarknessDRK10-Jul-07 4:40 
AnswerRe: How i do ??? Pin
Vikram A Punathambekar10-Jul-07 4:45
Vikram A Punathambekar10-Jul-07 4:45 
AnswerPlease read the forum guidelines Pin
leckey10-Jul-07 4:50
leckey10-Jul-07 4:50 
AnswerRe: How i do ??? Pin
Christian Graus10-Jul-07 4:56
protectorChristian Graus10-Jul-07 4:56 
AnswerRe: [Message Deleted] Pin
Luc Pattyn10-Jul-07 5:58
sitebuilderLuc Pattyn10-Jul-07 5:58 
GeneralRe: [Message Deleted] Pin
Vikram A Punathambekar10-Jul-07 6:11
Vikram A Punathambekar10-Jul-07 6:11 
GeneralRe: [Message Deleted] Pin
Luc Pattyn10-Jul-07 6:21
sitebuilderLuc Pattyn10-Jul-07 6:21 
GeneralRe: [Message Deleted] Pin
Christian Graus10-Jul-07 7:02
protectorChristian Graus10-Jul-07 7:02 
GeneralRe: [Message Deleted] Pin
Luc Pattyn10-Jul-07 7:34
sitebuilderLuc Pattyn10-Jul-07 7:34 
QuestionStarting an Interactive Client Process Pin
cooquoolive10-Jul-07 4:05
cooquoolive10-Jul-07 4:05 

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.