Click here to Skip to main content
15,900,973 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .net assembly "crystaldecision.windows.form" Pin
Dave Kreskowiak24-Aug-06 8:41
mveDave Kreskowiak24-Aug-06 8:41 
Questioninconsistency in virtual dir Pin
Kunal P24-Aug-06 4:38
Kunal P24-Aug-06 4:38 
GeneralRe: inconsistency in virtual dir Pin
Guffa24-Aug-06 22:42
Guffa24-Aug-06 22:42 
Questionupgrading from vs2003 to vs2005 Pin
si_6924-Aug-06 2:49
si_6924-Aug-06 2:49 
QuestionHow to hide the closing X on a windows form? Pin
b0ksah24-Aug-06 2:20
b0ksah24-Aug-06 2:20 
AnswerRe: How to hide the closing X on a windows form? Pin
stevepham4225-Aug-06 0:16
stevepham4225-Aug-06 0:16 
GeneralRe: How to hide the closing X on a windows form? Pin
b0ksah25-Aug-06 1:40
b0ksah25-Aug-06 1:40 
QuestionTracing class instances Pin
MatthysDT24-Aug-06 2:09
MatthysDT24-Aug-06 2:09 
Is there any way to regain an instance of a class that has already gone out of scope?

For instance:

Private Sub cmdGo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdGo.Click
        Dim i As Integer
        For i = 1 To 100
            f = New frmTest 'f has been globally declared as a Form
            f.Show()
        Next i
    End Sub

This code instanciates 100 instances of a form and displays 100 forms.
The instance almost immediately goes out of scope due to the for-loop.

Should I now run f.close, only the last form is closed understandebly, but how do i reference the other 99 forms? Garbage collection doesn't destroy them because they are still active on the screen.



you can't forget something you never knew...

"Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann

AnswerRe: Tracing class instances Pin
Colin Angus Mackay24-Aug-06 2:29
Colin Angus Mackay24-Aug-06 2:29 
QuestionSetting envir var through VB prog in a batch script Pin
P.Meyenburg23-Aug-06 21:27
P.Meyenburg23-Aug-06 21:27 
AnswerRe: Setting envir var through VB prog in a batch script Pin
Jun Du24-Aug-06 9:28
Jun Du24-Aug-06 9:28 
GeneralRe: Setting envir var through VB prog in a batch script Pin
P.Meyenburg24-Aug-06 21:00
P.Meyenburg24-Aug-06 21:00 
QuestionDataGridViewComboBoxColumn Pin
Nagaraju_Focus23-Aug-06 19:48
Nagaraju_Focus23-Aug-06 19:48 
AnswerRe: DataGridViewComboBoxColumn Pin
Navi1524-Aug-06 0:03
Navi1524-Aug-06 0:03 
QuestionChanging the windows desktop background color programmatically Pin
BarV23-Aug-06 7:29
BarV23-Aug-06 7:29 
AnswerRe: Changing the windows desktop background color programmatically Pin
Jun Du23-Aug-06 8:12
Jun Du23-Aug-06 8:12 
GeneralRe: Changing the windows desktop background color programmatically Pin
BarV30-Aug-06 19:28
BarV30-Aug-06 19:28 
Question[Message Deleted] Pin
R_L_H23-Aug-06 4:02
R_L_H23-Aug-06 4:02 
AnswerRe: Questions about Framework 2.0 Garbage Collection and Memory Management Pin
Steve Maier23-Aug-06 4:22
professionalSteve Maier23-Aug-06 4:22 
AnswerRe: Questions about Framework 2.0 Garbage Collection and Memory Management Pin
Dan Neely23-Aug-06 4:29
Dan Neely23-Aug-06 4:29 
AnswerRe: Questions about Framework 2.0 Garbage Collection and Memory Management Pin
Dan Neely23-Aug-06 4:31
Dan Neely23-Aug-06 4:31 
AnswerRe: Questions about Framework 2.0 Garbage Collection and Memory Management [modified] Pin
Mike Dimmick23-Aug-06 10:23
Mike Dimmick23-Aug-06 10:23 
AnswerRe: Questions about Framework 2.0 Garbage Collection and Memory Management Pin
Scott Dorman1-Sep-06 15:57
professionalScott Dorman1-Sep-06 15:57 
QuestionWhy reference variables are stored on heap Pin
karan vidyut23-Aug-06 1:57
karan vidyut23-Aug-06 1:57 
AnswerRe: Why reference variables are stored on heap Pin
Jun Du23-Aug-06 4:41
Jun Du23-Aug-06 4:41 

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.