Click here to Skip to main content
15,920,606 members
Home / Discussions / C#
   

C#

 
GeneralRe: i need help!!!! Pin
Christian Graus15-Jun-02 17:42
protectorChristian Graus15-Jun-02 17:42 
GeneralRe: i need help!!!! Pin
Martin Marvinski15-Jun-02 18:06
Martin Marvinski15-Jun-02 18:06 
GeneralRe: i need help!!!! Pin
Christian Graus15-Jun-02 18:04
protectorChristian Graus15-Jun-02 18:04 
GeneralRe: i need help!!!! Pin
Martin Marvinski15-Jun-02 18:07
Martin Marvinski15-Jun-02 18:07 
GeneralRe: i need help!!!! Pin
Christian Graus15-Jun-02 18:12
protectorChristian Graus15-Jun-02 18:12 
GeneralRe: i need help!!!! Pin
Rama Krishna Vavilala15-Jun-02 18:12
Rama Krishna Vavilala15-Jun-02 18:12 
GeneralRe: i need help!!!! Pin
Christian Graus15-Jun-02 18:13
protectorChristian Graus15-Jun-02 18:13 
GeneralInherited events Pin
14-Jun-02 9:28
suss14-Jun-02 9:28 
How do events MouseUp and Paint become available to derived classes?

I have a control that extends Control and is then further extended by another set of controls like so:
<br />
Class BaseImpl: Control, IBaseEdit<br />
{<br />
    public virtual event EventHandler ValueChanged;<br />
...<br />
}<br />

and extending that-
<br />
Class MyTextEdit: BaseImpl<br />
{...}<br />

but this class does not have ValueChanged as an available event.

whats the missing link?

-dull

[.. if you've enjoyed today's post, you'll love previous posts including: "..im an idiot." and "way to go, youre dumb." ...]
GeneralRe: Inherited events Pin
14-Jun-02 10:06
suss14-Jun-02 10:06 
GeneralRe: Inherited events Pin
James T. Johnson14-Jun-02 14:03
James T. Johnson14-Jun-02 14:03 
GeneralRe: Inherited events Pin
Rama Krishna Vavilala15-Jun-02 3:08
Rama Krishna Vavilala15-Jun-02 3:08 
GeneralHost name for SMTP server... Pin
14-Jun-02 4:58
suss14-Jun-02 4:58 
GeneralRe: Host name for SMTP server... Pin
leppie14-Jun-02 5:31
leppie14-Jun-02 5:31 
GeneralRe: Host name for SMTP server... Pin
leppie19-Jun-02 10:56
leppie19-Jun-02 10:56 
GeneralGetting all the table names from 'mdb' file... Pin
Pranoti14-Jun-02 4:09
Pranoti14-Jun-02 4:09 
GeneralRe: Getting all the table names from 'mdb' file... Pin
leppie14-Jun-02 5:56
leppie14-Jun-02 5:56 
GeneralRe: Getting all the table names from 'mdb' file... Pin
paulb16-Jun-02 14:11
paulb16-Jun-02 14:11 
GeneralRe: Getting all the table names from 'mdb' file... Pin
Pranoti16-Jun-02 23:39
Pranoti16-Jun-02 23:39 
GeneralYet more data grid issues Pin
///Ansch13-Jun-02 14:44
///Ansch13-Jun-02 14:44 
GeneralRe: Yet more data grid issues Pin
Rocky Moore13-Jun-02 18:49
Rocky Moore13-Jun-02 18:49 
GeneralRe: Yet more data grid issues Pin
leppie13-Jun-02 23:46
leppie13-Jun-02 23:46 
GeneralRe: Yet more data grid issues Pin
Domenic Denicola16-Jun-02 8:35
Domenic Denicola16-Jun-02 8:35 
GeneralAnother DataGrid question Pin
J. Ehrnström13-Jun-02 12:33
J. Ehrnström13-Jun-02 12:33 
GeneralFlicker Free Listview Pin
Brandon Parker13-Jun-02 7:13
Brandon Parker13-Jun-02 7:13 
GeneralRe: Flicker Free Listview Pin
leppie13-Jun-02 21:06
leppie13-Jun-02 21:06 

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.