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

C#

 
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 
GeneralRe: Inherited events Pin
14-Jun-02 10:06
suss14-Jun-02 10:06 
Okay, so ive deduced that declaring an event virtual makes it invisible to it's derived classes unless it is overridden.

if you make the OnEvent method that fires the event virtual, you can re-route what happens when the event would otherwise be called by overriding [base.OnEvent].

so there's no obvious reason to make an event virtual. since you cant mutate it in any way, you might as well just declare it as public. unless you wish to selectivly hide it.. but then youre breaking your own abstract class model.

this is so much cheaper than therapy.
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 
GeneralRe: Flicker Free Listview Pin
Brandon Parker14-Jun-02 4:05
Brandon Parker14-Jun-02 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.