Click here to Skip to main content
15,902,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# Sendkeys Tilde (~) Sign does not always get written out? Pin
Linus Agren11-Feb-15 5:41
Linus Agren11-Feb-15 5:41 
GeneralRe: C# Sendkeys Tilde (~) Sign does not always get written out? Pin
Dave Kreskowiak11-Feb-15 15:12
mveDave Kreskowiak11-Feb-15 15:12 
Questionfind a row in `datagridview` then do something with it Pin
propguy7-Feb-15 17:26
propguy7-Feb-15 17:26 
SuggestionRe: find a row in `datagridview` then do something with it Pin
Richard MacCutchan7-Feb-15 22:01
mveRichard MacCutchan7-Feb-15 22:01 
GeneralRe: find a row in `datagridview` then do something with it Pin
propguy8-Feb-15 9:21
propguy8-Feb-15 9:21 
Question<dialog></dialog> and <divc></divc> tag in ASP.Net MVC 4 Pin
mbabumca7-Feb-15 5:54
mbabumca7-Feb-15 5:54 
AnswerRe: <dialog></dialog> and <divc></divc> tag in ASP.Net MVC 4 Pin
Erik Funkenbusch7-Feb-15 14:55
Erik Funkenbusch7-Feb-15 14:55 
QuestionMore Explanation??? Pin
Member 111616256-Feb-15 18:54
Member 111616256-Feb-15 18:54 
AnswerRe: More Explanation??? Pin
Afzaal Ahmad Zeeshan6-Feb-15 20:40
professionalAfzaal Ahmad Zeeshan6-Feb-15 20:40 
AnswerRe: More Explanation??? Pin
OriginalGriff6-Feb-15 21:37
mveOriginalGriff6-Feb-15 21:37 
AnswerRe: More Explanation??? Pin
Richard MacCutchan6-Feb-15 22:27
mveRichard MacCutchan6-Feb-15 22:27 
QuestionLearning for intermediate learner Pin
Mohammed A. Elshawaf6-Feb-15 5:55
Mohammed A. Elshawaf6-Feb-15 5:55 
SuggestionRe: Learning for intermediate learner Pin
Richard MacCutchan6-Feb-15 6:03
mveRichard MacCutchan6-Feb-15 6:03 
AnswerRe: Learning for intermediate learner Pin
Ron Nicholson6-Feb-15 6:52
professionalRon Nicholson6-Feb-15 6:52 
AnswerRe: Learning for intermediate learner Pin
ZurdoDev6-Feb-15 8:58
professionalZurdoDev6-Feb-15 8:58 
AnswerRe: Learning for intermediate learner Pin
harsimranb7-Feb-15 7:44
harsimranb7-Feb-15 7:44 
QuestionVirtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 1:08
Emanuele Bonin6-Feb-15 1:08 
Hi All
First of all, sorry for my bad english and forgive if my question is'nt so clear.

I'm developing a series of classes to create a framework for my job.
I created this series of class:
baseform : from (empty form)
inputform : baseform
in this form i added two buttons
btnOk & btnAbort
on click these buttons calls two virtual methods that returns a bool, the two methods are respectively ExecuteOK() & QueryAbort()
BrowseForm:inputform
in this form i adedd only a grid ....
Finally in the executable i created a class, BRWTEST, derived from BrowseForm that override the ExecuteOK() method.
When i execute the project with my suprise i see that pressing OK Button (btnOK) the method called is inputform.ExecuteOK and not BRWTEST.ExecuteOK()

I have tested in another solution using simpler classes (in the framework there are many other classes) the same hierarchy ... and double surprise the behavior is correct ... derived class, pressing ok button call override method() ....

So my question is ... can you suggest me where i'm in error ? i have compared the two solution but nothing ....
Please help me

Last Thing ... i'm using SharpDevelop but i don't think that this can be affect the result.

Ask me if some things are not clear.
AnswerRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 2:34
mveOriginalGriff6-Feb-15 2:34 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 7:46
Emanuele Bonin6-Feb-15 7:46 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 8:12
mveOriginalGriff6-Feb-15 8:12 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 8:54
Emanuele Bonin6-Feb-15 8:54 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 9:09
mveOriginalGriff6-Feb-15 9:09 
QuestionHow to solve ? Pin
Member 114321975-Feb-15 23:40
Member 114321975-Feb-15 23:40 
AnswerRe: How to solve ? Pin
BillWoodruff5-Feb-15 23:44
professionalBillWoodruff5-Feb-15 23:44 
AnswerRe: How to solve ? Pin
V.5-Feb-15 23:54
professionalV.5-Feb-15 23:54 

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.