Limitation

  • Thread starter Thread starter M
  • Start date Start date
M

M

There are some limitation list in vb3-vb6 documatations
such as how many controls can be placed in a form. and global varibles in
project...

what about VB.NET.
I have a project and total files size in the project is over 40M.
One of the form's size is around 3 M.

I find I cannot load the project, It said a unspecified error occur when
loading the form.

Thanks
 
* "M said:
There are some limitation list in vb3-vb6 documatations
such as how many controls can be placed in a form. and global varibles in
project...

what about VB.NET.
I have a project and total files size in the project is over 40M.
One of the form's size is around 3 M.

I find I cannot load the project, It said a unspecified error occur when
loading the form.

Basically, there should not be any fixed limitations, but if your
machine runs out of memory or your files are corrupted, there may be
load errors.
 
Back
Top