Advertisement

1 - 10 of 114 containing alltags:("dispose") (0 seconds)
I have a set of forms in c# navigating with this code: myForm1 newForm1 = new myForm1(); newForm1.Show(); this.Hide(); when I am on the 1st screen an press the exit button  {this.Close();}...
Zones: C#Date Answered: 08/26/2003 Grade: B Views: 0
Hi! I am writing an application for scheduling database queries, dtsjobs and store procedures. I am launching a lot of Timer objects. I store their ToString() sentences into a string variable wh...
Zones: MS Visual BasicDate Answered: 08/06/2004 Grade: B Views: 0
Hi folks,  I have a two forms, a selection form and a display form. On the selction, the user can select a value from a listbox. Once the user selects a value, I pass the value to the dispaly f...
Zones: MS Visual BasicDate Answered: 09/07/2005 Grade: A Views: 0
Hi all, in excel vba - what is the proper way of initializing and disposing of a userform in the past i have done private sub UserForm_Initialize() ' define the contents of combo boxes, l...
Zones: Visual BasicDate Answered: 09/28/2005 Grade: A Views: 0
Hi there, does anybody know if i should calling .Dispose() on my objects in my c# program? These objects are used within Methods etc ... so once the method exits the object technically goes o...
Zones: C#Date Answered: 07/03/2006 Grade: A Views: 0
Hi experts i have a flowlayout panel and i added a custom control (ellipse) when want to clear all control inside the flowlayoutpanel, all control are not disposing correctly eg : i have 5 c...
Zones: MS Visual Basic, .NET, .N...Date Answered: 05/25/2007 Grade: A Views: 4
I am trying to dispose of the emailOptionsForm object at the end of this method.  However when I call dispose on this object it does not dispose it. Why? and How can I dispose this object?  I ca...
Zones: C#Date Answered: 06/22/2007 Grade: A Views: 0
I have created BLL to access a table adapter. The class implements IDisposable and disposes of the ta object and sets it to nothing. Should I be doing this? Why or why not?
Zones: MS Visual BasicDate Answered: 12/27/2007 Grade: A Views: 4
Hi, folks, I am writing a Java application that has several JInternalFrame's, each of which consumes about 20MB memory. I found after an internal frame got disposed, the memory wasn't actually...
Zones: JavaDate Answered: 09/12/2000 Grade: B Views: 0
There is a Dialog including in My package, the Dialog is consist of a View and a Command Panel. Usually If I want to close the Dialog .   I can make a "Close Button" in the Dialog,   then ma...
Zones: JavaDate Answered: 05/29/2002 Grade: B Views: 0