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

C#

 
GeneralRe: Is there a good example of using multiple forms..... Pin
glennPattonWork33-Sep-10 5:04
professionalglennPattonWork33-Sep-10 5:04 
GeneralRe: Is there a good example of using multiple forms..... Pin
DaveyM693-Sep-10 7:26
professionalDaveyM693-Sep-10 7:26 
GeneralRe: Is there a good example of using multiple forms..... Pin
DaveyM693-Sep-10 9:05
professionalDaveyM693-Sep-10 9:05 
QuestionHow to call base class implementation method ? Pin
Yanshof2-Sep-10 2:32
Yanshof2-Sep-10 2:32 
AnswerRe: How to call base class implementation method ? Pin
phil.o2-Sep-10 2:37
professionalphil.o2-Sep-10 2:37 
GeneralRe: How to call base class implementation method ? Pin
Yanshof2-Sep-10 2:44
Yanshof2-Sep-10 2:44 
GeneralRe: How to call base class implementation method ? [modified] Pin
phil.o2-Sep-10 4:05
professionalphil.o2-Sep-10 4:05 
AnswerRe: How to call base class implementation method ? Pin
Ian Shlasko2-Sep-10 2:51
Ian Shlasko2-Sep-10 2:51 
Assuming those are actually overridden (You missed the 'override' keyword), you can't. That's the point of overriding a method.

Even if you cast it as the base class, it'll still call the overriding one on the child class.

If you NEED to call the base class, then you'll have to change your design.

EDIT: Actually, there may be a way to hack around it with reflection, but that would be REALLY bad practice.
Proud to have finally moved to the A-Ark. Which one are you in?
Author of the Guardians Saga (Sci-Fi/Fantasy novels)

GeneralRe: How to call base class implementation method ? Pin
Yanshof2-Sep-10 2:54
Yanshof2-Sep-10 2:54 
GeneralRe: How to call base class implementation method ? Pin
johannesnestler2-Sep-10 3:05
johannesnestler2-Sep-10 3:05 
GeneralRe: How to call base class implementation method ? Pin
Pete O'Hanlon2-Sep-10 3:35
mvePete O'Hanlon2-Sep-10 3:35 
AnswerRe: How to call base class implementation method ? Pin
Ennis Ray Lynch, Jr.2-Sep-10 2:54
Ennis Ray Lynch, Jr.2-Sep-10 2:54 
AnswerRe: How to call base class implementation method ? Pin
johannesnestler2-Sep-10 3:03
johannesnestler2-Sep-10 3:03 
AnswerRe: How to call base class implementation method ? Pin
PIEBALDconsult2-Sep-10 3:22
mvePIEBALDconsult2-Sep-10 3:22 
AnswerRe: How to call base class implementation method ? Pin
Paul Michalik2-Sep-10 21:44
Paul Michalik2-Sep-10 21:44 
QuestionClose iframe in Div Pin
SatyaKeerthi151-Sep-10 23:41
SatyaKeerthi151-Sep-10 23:41 
AnswerRe: Close iframe in Div Pin
DaveyM692-Sep-10 0:01
professionalDaveyM692-Sep-10 0:01 
Questionhow to scale or zoomx and zoomy? Pin
zhiyuan161-Sep-10 23:27
zhiyuan161-Sep-10 23:27 
AnswerRe: how to scale or zoomx and zoomy? Pin
Blue_Boy1-Sep-10 23:33
Blue_Boy1-Sep-10 23:33 
AnswerRe: how to scale or zoomx and zoomy? Pin
phil.o2-Sep-10 0:33
professionalphil.o2-Sep-10 0:33 
QuestionAbout constructors and initial values for member fields Pin
Dewald1-Sep-10 23:21
Dewald1-Sep-10 23:21 
AnswerRe: About constructors and initial values for member fields Pin
phil.o2-Sep-10 0:21
professionalphil.o2-Sep-10 0:21 
AnswerRe: About constructors and initial values for member fields Pin
Eddy Vluggen2-Sep-10 0:32
professionalEddy Vluggen2-Sep-10 0:32 
AnswerRe: About constructors and initial values for member fields Pin
DaveyM692-Sep-10 0:51
professionalDaveyM692-Sep-10 0:51 
AnswerRe: About constructors and initial values for member fields Pin
PIEBALDconsult2-Sep-10 3:29
mvePIEBALDconsult2-Sep-10 3:29 

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.