Click here to Skip to main content
15,914,419 members
Home / Discussions / C#
   

C#

 
GeneralRe: Casting from a Base to Derived Class Pin
Jammer17-Aug-08 9:25
Jammer17-Aug-08 9:25 
GeneralRe: Casting from a Base to Derived Class Pin
Jammer17-Aug-08 9:30
Jammer17-Aug-08 9:30 
GeneralRe: Casting from a Base to Derived Class Pin
Wendelius17-Aug-08 9:52
mentorWendelius17-Aug-08 9:52 
GeneralRe: Casting from a Base to Derived Class Pin
Jammer17-Aug-08 10:15
Jammer17-Aug-08 10:15 
GeneralRe: Casting from a Base to Derived Class Pin
Wendelius17-Aug-08 10:17
mentorWendelius17-Aug-08 10:17 
QuestionHow to Bind combobox to Datatable coloums in connected mode??(Windows application) Pin
rahul2117-Aug-08 6:00
rahul2117-Aug-08 6:00 
AnswerRe: How to Bind combobox to Datatable coloums in connected mode??(Windows application) Pin
Manas Bhardwaj17-Aug-08 6:40
professionalManas Bhardwaj17-Aug-08 6:40 
AnswerRe: How to Bind combobox to Datatable coloums in connected mode??(Windows application) Pin
N a v a n e e t h17-Aug-08 7:04
N a v a n e e t h17-Aug-08 7:04 
QuestionSendKeys and ^ Pin
Dominik Reichl17-Aug-08 2:16
Dominik Reichl17-Aug-08 2:16 
AnswerRe: SendKeys and ^ Pin
Wendelius17-Aug-08 3:04
mentorWendelius17-Aug-08 3:04 
QuestionRe: SendKeys and ^ Pin
Dominik Reichl17-Aug-08 3:59
Dominik Reichl17-Aug-08 3:59 
AnswerRe: SendKeys and ^ Pin
Wendelius17-Aug-08 4:31
mentorWendelius17-Aug-08 4:31 
QuestionImplementing IDisposable in Sealed class Pin
Blumen17-Aug-08 0:48
Blumen17-Aug-08 0:48 
AnswerRe: Implementing IDisposable in Sealed class Pin
Colin Angus Mackay17-Aug-08 0:59
Colin Angus Mackay17-Aug-08 0:59 
GeneralRe: Implementing IDisposable in Sealed class Pin
Blumen17-Aug-08 1:30
Blumen17-Aug-08 1:30 
GeneralRe: Implementing IDisposable in Sealed class Pin
Colin Angus Mackay17-Aug-08 2:03
Colin Angus Mackay17-Aug-08 2:03 
GeneralRe: Implementing IDisposable in Sealed class [modified] Pin
Blumen17-Aug-08 2:59
Blumen17-Aug-08 2:59 
GeneralRe: Implementing IDisposable in Sealed class Pin
Colin Angus Mackay17-Aug-08 3:11
Colin Angus Mackay17-Aug-08 3:11 
Blumen wrote:
Does that mean I have to override dispose on my class


If Dispose(bool) exists in the base class then yes.


Blumen wrote:
and make class sealed


Sealing the class is not necessary - It was something that you wanted to do already.

Sealing a class means that nothing can inherit from the sealed class. If that is what you want then seal the class. If that is not what you want, or if you don't know whether you will want to inherit from the class then don't seal it.


GeneralRe: Implementing IDisposable in Sealed class Pin
Blumen17-Aug-08 4:35
Blumen17-Aug-08 4:35 
GeneralRe: Implementing IDisposable in Sealed class Pin
N a v a n e e t h17-Aug-08 4:42
N a v a n e e t h17-Aug-08 4:42 
GeneralRe: Implementing IDisposable in Sealed class Pin
Blumen17-Aug-08 4:50
Blumen17-Aug-08 4:50 
GeneralRe: Implementing IDisposable in Sealed class Pin
Pete O'Hanlon17-Aug-08 8:50
mvePete O'Hanlon17-Aug-08 8:50 
JokeRe: Implementing IDisposable in Sealed class Pin
Paul Conrad17-Aug-08 9:45
professionalPaul Conrad17-Aug-08 9:45 
GeneralRe: Implementing IDisposable in Sealed class Pin
Scott Dorman17-Aug-08 17:54
professionalScott Dorman17-Aug-08 17:54 
GeneralRe: Implementing IDisposable in Sealed class Pin
Scott Dorman17-Aug-08 17:51
professionalScott Dorman17-Aug-08 17:51 

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.