P
Peter
hi there, i'm developing an aplication that uses 4 forms.
Each form has about 2000 labels, when I try to open my
third form, an error ocurrs, but no error mesage appears.
I've realised that if I try to crate a form collection
like:
sub Test()
Dim f as new Form1
f.show
end sub
and if form1 has 300 labels and no other controls, the
program hangs, when the 33rd form appears (about 9900
labels).
It worked in VB6.0
What can I do to work this Out ?
Thanks
Each form has about 2000 labels, when I try to open my
third form, an error ocurrs, but no error mesage appears.
I've realised that if I try to crate a form collection
like:
sub Test()
Dim f as new Form1
f.show
end sub
and if form1 has 300 labels and no other controls, the
program hangs, when the 33rd form appears (about 9900
labels).
It worked in VB6.0
What can I do to work this Out ?
Thanks