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

C#

 
GeneralRe: RichEdit and saving to a file Pin
Rickard Andersson2021-May-02 7:12
Rickard Andersson2021-May-02 7:12 
GeneralRe: RichEdit and saving to a file Pin
Nick Parker21-May-02 17:20
protectorNick Parker21-May-02 17:20 
GeneralRe: RichEdit and saving to a file Pin
James T. Johnson21-May-02 17:34
James T. Johnson21-May-02 17:34 
GeneralRe: RichEdit and saving to a file Pin
Nick Parker21-May-02 18:43
protectorNick Parker21-May-02 18:43 
GeneralRe: RichEdit and saving to a file Pin
James T. Johnson22-May-02 2:48
James T. Johnson22-May-02 2:48 
Generalopen a window from a webPage Pin
sharon21-May-02 0:46
sharon21-May-02 0:46 
Generaldata access application block Pin
SimonS21-May-02 0:08
SimonS21-May-02 0:08 
GeneralRe: data access application block Pin
James T. Johnson21-May-02 4:56
James T. Johnson21-May-02 4:56 
SimonS wrote:
There is quite a bit of use of using. Once the object goes out of scope of the using block, does the GC remove the object right then or is the IDisposable interface's Dispose just called, with GC deferred?

When the object goes out of scope, Dispose is called from the IDisposable interface. Whether or not Finalization is suppressed depends on the implementation of Dispose. According to the contract it is supposed to be suppressed.

James

Simplicity Rules!
GeneralDisabling Virtual Memory Swapping ..... Pin
Pranoti20-May-02 23:41
Pranoti20-May-02 23:41 
GeneralRe: Disabling Virtual Memory Swapping ..... Pin
James T. Johnson21-May-02 6:02
James T. Johnson21-May-02 6:02 
GeneralAssemblies with C# Pin
G. Caudillo20-May-02 17:37
G. Caudillo20-May-02 17:37 
GeneralRe: Assemblies with C# Pin
Eric Gunnerson (msft)21-May-02 10:38
Eric Gunnerson (msft)21-May-02 10:38 
GeneralRe: Assemblies with C# Pin
Rickard Andersson2021-May-02 20:45
Rickard Andersson2021-May-02 20:45 
GeneralRe: Assemblies with C# Pin
Russell Morris24-May-02 10:03
Russell Morris24-May-02 10:03 
GeneralHelp for a beginner Pin
Giladi19-May-02 23:33
Giladi19-May-02 23:33 
GeneralRe: Help for a beginner Pin
Nish Nishant19-May-02 23:41
sitebuilderNish Nishant19-May-02 23:41 
GeneralRe: Help for a beginner Pin
Giladi19-May-02 23:44
Giladi19-May-02 23:44 
GeneralForm Inheritance Pin
SimmoTech19-May-02 22:07
SimmoTech19-May-02 22:07 
GeneralRe: Form Inheritance Pin
Nish Nishant19-May-02 23:43
sitebuilderNish Nishant19-May-02 23:43 
GeneralMoving PictureBox Around Pin
Nick Parker19-May-02 13:52
protectorNick Parker19-May-02 13:52 
GeneralRe: Moving PictureBox Around Pin
SHaroz20-May-02 7:58
SHaroz20-May-02 7:58 
Questionhelp! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 18:20
Li-kai Liu (Angus)18-May-02 18:20 
AnswerRe: help! how can I rewrite struct with union in C#? Pin
Rama Krishna Vavilala18-May-02 18:27
Rama Krishna Vavilala18-May-02 18:27 
GeneralRe: help! how can I rewrite struct with union in C#? Pin
Li-kai Liu (Angus)18-May-02 19:29
Li-kai Liu (Angus)18-May-02 19:29 
Questionabout Rama's screensaver? Pin
zhoujun18-May-02 17:15
zhoujun18-May-02 17:15 

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.