ID Number: Q76983
1.00
WINDOWS
buglist1.00
Summary:
If, when creating a new form, you receive an "Out of memory" error
message, no form will be loaded. However, the default FormName is
still incremented by 1 so that when a new form can be created (for
example, by deleting an already existing form) after getting the
error, the FormName of the newly-created form is not in the correct
sequence.
Microsoft has confirmed this to be a problem with Microsoft Visual
Basic programming system version 1.0 for Windows. We are researching
this problem and will post new information here as it becomes
available.
More Information:
Steps to Reproduce Problem
--------------------------
1. Run Visual Basic or choose New Project from the File menu (ALT, F,
N). Form1 will be created by default.
2. Create new forms by choosing New Form from the File menu (ALT, F, F)
until you get an "Out of Memory" error (on one machine, this
occurred when trying to load Form52).
3. Choose the OK button to acknowledge the error message.
4. Delete Form51 by choosing Remove File from the File menu (ALT, F,
R).
5. Create one more form. Form53 will be the next form, even though
Form52 was never created.
Additional reference words: 1.00