Click here to Skip to main content
15,888,351 members
Home / Discussions / C#
   

C#

 
QuestionResult set for MSACCESS in c# Pin
selvakkumar1-Sep-08 19:14
selvakkumar1-Sep-08 19:14 
AnswerRe: Result set for MSACCESS in c# Pin
blackjack21501-Sep-08 22:48
blackjack21501-Sep-08 22:48 
QuestionHelp regarding ToolStripDropDownButton,ToolStripMenuItem Pin
Tridip Bhattacharjee1-Sep-08 19:04
professionalTridip Bhattacharjee1-Sep-08 19:04 
AnswerRe: Help regarding ToolStripDropDownButton,ToolStripMenuItem Pin
Member 261649324-Feb-09 6:29
Member 261649324-Feb-09 6:29 
QuestionIDispose Pin
netJP12L1-Sep-08 18:45
netJP12L1-Sep-08 18:45 
AnswerRe: IDispose Pin
N a v a n e e t h1-Sep-08 18:50
N a v a n e e t h1-Sep-08 18:50 
GeneralRe: IDispose Pin
netJP12L2-Sep-08 4:42
netJP12L2-Sep-08 4:42 
AnswerRe: IDispose Pin
Scott Dorman2-Sep-08 9:54
professionalScott Dorman2-Sep-08 9:54 
Take a look at this article[^].

If any of the base classes in your inheritance chain implements the IDisposable interface, overrides void Dispose(), or overrides Finalize, you should simply override Dispose(bool disposing), adding your cleanup logic and making sure to call base.Dispose(disposing) as the last statement.


Scott Dorman
Microsoft® MVP - Visual C# | MCPD
President - Tampa Bay IASA

[Blog][Articles][Forum Guidelines]
Hey, hey, hey. Don't be mean. We don't have to be mean because, remember, no matter where you go, there you are. - Buckaroo Banzai

Questionhow to retreive publickey from the xml document Pin
prasadbuddhika1-Sep-08 18:32
prasadbuddhika1-Sep-08 18:32 
QuestionUpdate DataTable with DataGridView Pin
myNameIsRon1-Sep-08 17:59
myNameIsRon1-Sep-08 17:59 
AnswerRe: Update DataTable with DataGridView Pin
AhsanS1-Sep-08 18:03
AhsanS1-Sep-08 18:03 
GeneralRe: Update DataTable with DataGridView Pin
myNameIsRon1-Sep-08 18:53
myNameIsRon1-Sep-08 18:53 
QuestionShortcut keys in msvisio Pin
tahir_makhdoom1-Sep-08 17:23
tahir_makhdoom1-Sep-08 17:23 
Ranti do it like the linq. Pin
ioriliao1-Sep-08 16:31
ioriliao1-Sep-08 16:31 
GeneralRe: i do it like the linq. Pin
PIEBALDconsult1-Sep-08 17:54
mvePIEBALDconsult1-Sep-08 17:54 
GeneralRe: i do it like the linq. Pin
ioriliao1-Sep-08 20:01
ioriliao1-Sep-08 20:01 
GeneralRe: i do it like the linq. Pin
leppie1-Sep-08 21:19
leppie1-Sep-08 21:19 
GeneralRe: i do it like the linq. Pin
Guffa2-Sep-08 0:57
Guffa2-Sep-08 0:57 
QuestionSelect a treeNode in a treeView Pin
Kim06181-Sep-08 16:31
Kim06181-Sep-08 16:31 
AnswerRe: Select a treeNode in a treeView Pin
Laji591-Sep-08 21:39
Laji591-Sep-08 21:39 
GeneralRe: Select a treeNode in a treeView Pin
Kim06181-Sep-08 23:56
Kim06181-Sep-08 23:56 
GeneralRe: Select a treeNode in a treeView Pin
Laji592-Sep-08 1:18
Laji592-Sep-08 1:18 
GeneralRe: Select a treeNode in a treeView Pin
Kim06182-Sep-08 4:05
Kim06182-Sep-08 4:05 
Questioncan i such do it Pin
ioriliao1-Sep-08 16:02
ioriliao1-Sep-08 16:02 
AnswerRe: can i such do it Pin
N a v a n e e t h1-Sep-08 17:40
N a v a n e e t h1-Sep-08 17:40 

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.