G
Guest
if I have
sub button_onclick
dim f as new form2
f.show
end sub
then I thought that at the 'end sub' the variable (or object reference) 'f'
fell
out of scope and so the form should be garbage collected
but the form stays around - why it this?
Charlie
sub button_onclick
dim f as new form2
f.show
end sub
then I thought that at the 'end sub' the variable (or object reference) 'f'
fell
out of scope and so the form should be garbage collected
but the form stays around - why it this?
Charlie