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();}...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20719428.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21083304.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21543498.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21576819.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21906622.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_22589327.htm...
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22651475.html
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?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23033401.htm...
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_11234541.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20261079.html
Zones:
JavaDate Answered: 05/29/2002 Grade: B Views: 0