Click here to Skip to main content
15,922,015 members
Home / Discussions / C#
   

C#

 
GeneralRe: import list view in a text file Pin
justintimberlake2-Jul-07 19:32
justintimberlake2-Jul-07 19:32 
QuestionIs there printing feature in Dundas Gauge? Pin
~Alisa~Anny~2-Jul-07 17:22
~Alisa~Anny~2-Jul-07 17:22 
AnswerRe: Is there printing feature in Dundas Gauge? Pin
Christian Graus2-Jul-07 17:56
protectorChristian Graus2-Jul-07 17:56 
QuestionWebRequest.GetResponse() method How to Implement "SESSION BASE" authendication? Pin
liubin_aluzi2-Jul-07 16:37
liubin_aluzi2-Jul-07 16:37 
AnswerRe: WebRequest.GetResponse() method How to Implement "SESSION BASE" authendication? Pin
Guffa2-Jul-07 19:31
Guffa2-Jul-07 19:31 
GeneralRe: WebRequest.GetResponse() method How to Implement "SESSION BASE" authendication? Pin
liubin_aluzi4-Jul-07 16:08
liubin_aluzi4-Jul-07 16:08 
Question[Message Deleted] Pin
mayvarma2-Jul-07 11:59
mayvarma2-Jul-07 11:59 
AnswerRe: need code for this app in C# Pin
Christian Graus2-Jul-07 12:08
protectorChristian Graus2-Jul-07 12:08 
AnswerHere ya go Pin
Jimmanuel2-Jul-07 12:48
Jimmanuel2-Jul-07 12:48 
GeneralRe: Here ya go Pin
Luc Pattyn2-Jul-07 12:55
sitebuilderLuc Pattyn2-Jul-07 12:55 
GeneralRe: Here ya go Pin
ruanr2-Jul-07 20:58
ruanr2-Jul-07 20:58 
AnswerRe: need code for this app in C# Pin
Dave Kreskowiak2-Jul-07 12:53
mveDave Kreskowiak2-Jul-07 12:53 
QuestionHow to call a base class virtual method instead Pin
mschuckmann2-Jul-07 10:45
mschuckmann2-Jul-07 10:45 
AnswerRe: How to call a base class virtual method instead Pin
PIEBALDconsult2-Jul-07 10:54
mvePIEBALDconsult2-Jul-07 10:54 
GeneralRe: How to call a base class virtual method instead Pin
Pete O'Hanlon2-Jul-07 10:58
mvePete O'Hanlon2-Jul-07 10:58 
GeneralRe: How to call a base class virtual method instead Pin
PIEBALDconsult2-Jul-07 11:37
mvePIEBALDconsult2-Jul-07 11:37 
GeneralRe: How to call a base class virtual method instead [modified] Pin
Luc Pattyn2-Jul-07 11:46
sitebuilderLuc Pattyn2-Jul-07 11:46 
GeneralRe: How to call a base class virtual method instead Pin
mschuckmann2-Jul-07 11:58
mschuckmann2-Jul-07 11:58 
That's not even right the immediate base of class3 is class2 not class1.
And who wants to pollute their code with a bunch of extra methods when there should a be a way to syntactically statically bind to any method in the inheritance tree.

Yes it's not something you need to do often and it might mean that there is something wrong with your design but there still should be a way to do it, it's not unsafe.

GeneralRe: How to call a base class virtual method instead Pin
Luc Pattyn2-Jul-07 12:10
sitebuilderLuc Pattyn2-Jul-07 12:10 
GeneralRe: How to call a base class virtual method instead Pin
mschuckmann2-Jul-07 12:14
mschuckmann2-Jul-07 12:14 
GeneralRe: How to call a base class virtual method instead Pin
Weirdoz1210-Nov-09 17:59
Weirdoz1210-Nov-09 17:59 
AnswerRe: How to call a base class virtual method instead Pin
Luc Pattyn2-Jul-07 11:19
sitebuilderLuc Pattyn2-Jul-07 11:19 
GeneralRe: How to call a base class virtual method instead Pin
mschuckmann2-Jul-07 11:44
mschuckmann2-Jul-07 11:44 
GeneralRe: How to call a base class virtual method instead Pin
Luc Pattyn2-Jul-07 11:50
sitebuilderLuc Pattyn2-Jul-07 11:50 
GeneralRe: How to call a base class virtual method instead Pin
PIEBALDconsult2-Jul-07 11:58
mvePIEBALDconsult2-Jul-07 11:58 

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.