Overriding simple methods...
-
I hate feeling like a newbie again. I know I can just type the line... protected override void OnPaint( PaintEventArgs e ) { ... base.OnPaint( e ); } but is there a way to get a list of override-ables and have the code generated for you? Something like ClassWizard in MFC? Thanks!!
-
I hate feeling like a newbie again. I know I can just type the line... protected override void OnPaint( PaintEventArgs e ) { ... base.OnPaint( e ); } but is there a way to get a list of override-ables and have the code generated for you? Something like ClassWizard in MFC? Thanks!!
psdavis wrote: I hate feeling like a newbie again. Me too :-( psdavis wrote: but is there a way to get a list of override-ables I believe that you can get that in the VB type properties box in the bottom right. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
-
psdavis wrote: I hate feeling like a newbie again. Me too :-( psdavis wrote: but is there a way to get a list of override-ables I believe that you can get that in the VB type properties box in the bottom right. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
HAHAHAH! Of course.. Duh!!
-
psdavis wrote: I hate feeling like a newbie again. Me too :-( psdavis wrote: but is there a way to get a list of override-ables I believe that you can get that in the VB type properties box in the bottom right. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
Christian Graus wrote: I believe that you can get that in the VB type properties box in the bottom right. :confused: Is this in design view? or code view? And its curious you should say "VB type" box. In VB.NET, the overridable methods are obtained from the two drop-downs at the top of the code window. (unless of course, you mean in design view, in which case i'll shut up now) I think i'll shut up anyway :) -- David Wengier Sonork ID: 100.14177 - Ch00k
-
psdavis wrote: I hate feeling like a newbie again. Me too :-( psdavis wrote: but is there a way to get a list of override-ables I believe that you can get that in the VB type properties box in the bottom right. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
Christian Graus wrote: I believe that you can get that in the VB type properties box in the bottom right. Thats not something only in VB type,its in another type too, At least,I know it exist in VC++ and VC# type too,Is there ant other type too?;) (Of cource in VC++ type,its in bottom left) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975 -
Christian Graus wrote: I believe that you can get that in the VB type properties box in the bottom right. Thats not something only in VB type,its in another type too, At least,I know it exist in VC++ and VC# type too,Is there ant other type too?;) (Of cource in VC++ type,its in bottom left) Mazy "So,so you think you can tell, Heaven from Hell, Blue skies from pain,... How I wish,how I wish you were here."
Wish You Were Here-Pink Floyd-1975In .NET yes. I'm saying the .NET IDE looks like VB6. Christian The tragedy of cyberspace - that so much can travel so far, and yet mean so little. "I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002