Click here to Skip to main content
15,892,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Database Error Pin
Dave Kreskowiak8-Jan-07 9:13
mveDave Kreskowiak8-Jan-07 9:13 
GeneralRe: Database Error Pin
Karma312519-Jan-07 4:02
Karma312519-Jan-07 4:02 
GeneralRe: Database Error Pin
Dave Kreskowiak9-Jan-07 12:32
mveDave Kreskowiak9-Jan-07 12:32 
QuestionMDI Forms Pin
Jason Holland8-Jan-07 7:44
Jason Holland8-Jan-07 7:44 
AnswerRe: MDI Forms Pin
nlarson118-Jan-07 8:02
nlarson118-Jan-07 8:02 
QuestionMDI Forms Pin
Jason Holland8-Jan-07 7:44
Jason Holland8-Jan-07 7:44 
AnswerRe: MDI Forms Pin
Dave Kreskowiak8-Jan-07 9:10
mveDave Kreskowiak8-Jan-07 9:10 
QuestionImplementing Implements System.IDisposable Pin
Marcus J. Smith8-Jan-07 7:24
professionalMarcus J. Smith8-Jan-07 7:24 
I have been looking around the net and the examples are so generic I am having trouble following them. I have taken over code that contains a class that calls .NET Interop code, so this is present.

<br />
Public Class ClassName<br />
Implements System.IDisposable<br />
<br />
        Public Sub Dispose() Implements System.IDisposable.Dispose<br />
<br />
        End Sub<br />


That is it in terms of the Dispose code in the class. What do I need to add to this to make it useful and do I need it at all?

Thanks,
Cleako
AnswerRe: Implementing Implements System.IDisposable Pin
nlarson118-Jan-07 7:34
nlarson118-Jan-07 7:34 
GeneralRe: Implementing Implements System.IDisposable Pin
Marcus J. Smith8-Jan-07 8:49
professionalMarcus J. Smith8-Jan-07 8:49 
GeneralRe: Implementing Implements System.IDisposable Pin
Dave Kreskowiak8-Jan-07 9:15
mveDave Kreskowiak8-Jan-07 9:15 
GeneralRe: Implementing Implements System.IDisposable Pin
Christian Graus8-Jan-07 9:17
protectorChristian Graus8-Jan-07 9:17 
GeneralRe: Implementing Implements System.IDisposable Pin
Marcus J. Smith8-Jan-07 9:39
professionalMarcus J. Smith8-Jan-07 9:39 
GeneralRe: Implementing Implements System.IDisposable Pin
Dave Kreskowiak8-Jan-07 9:58
mveDave Kreskowiak8-Jan-07 9:58 
GeneralRe: Implementing Implements System.IDisposable Pin
nlarson118-Jan-07 9:35
nlarson118-Jan-07 9:35 
GeneralRe: Implementing Implements System.IDisposable Pin
Marcus J. Smith8-Jan-07 9:42
professionalMarcus J. Smith8-Jan-07 9:42 
GeneralRe: Implementing Implements System.IDisposable Pin
Dave Kreskowiak8-Jan-07 10:00
mveDave Kreskowiak8-Jan-07 10:00 
GeneralRe: Implementing Implements System.IDisposable Pin
Marcus J. Smith8-Jan-07 12:29
professionalMarcus J. Smith8-Jan-07 12:29 
GeneralRe: Implementing Implements System.IDisposable Pin
Colin Angus Mackay8-Jan-07 13:09
Colin Angus Mackay8-Jan-07 13:09 
QuestionMinimize a Child Form in a Parent MDI Pin
Jason Holland8-Jan-07 7:19
Jason Holland8-Jan-07 7:19 
AnswerRe: Minimize a Child Form in a Parent MDI Pin
nlarson118-Jan-07 7:31
nlarson118-Jan-07 7:31 
GeneralRe: Minimize a Child Form in a Parent MDI Pin
Jason Holland8-Jan-07 7:41
Jason Holland8-Jan-07 7:41 
GeneralRe: Minimize a Child Form in a Parent MDI Pin
nlarson118-Jan-07 7:45
nlarson118-Jan-07 7:45 
QuestionForm font and colour change? [modified] Pin
harvey1078-Jan-07 6:33
harvey1078-Jan-07 6:33 
AnswerRe: Form font and colour change? Pin
nlarson118-Jan-07 7:02
nlarson118-Jan-07 7:02 

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.