home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / mswindo / programm / misc / 984 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.1 KB  |  24 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!das.wang.com!wang!news
  3. From: MAUREEN.PRINCE@OFFICE.WANG.COM ("Maureen A. Prince")
  4. Subject: error in VB
  5. Organization: Mail to News Gateway at Wang Labs
  6. Date: 23 Jul 92 21:33:08 EST
  7. Message-ID: <199207240136.AA21433@tuna.wang.com>
  8. Sender: news@wang.com
  9. Lines: 13
  10.  
  11. When I try to open a project I get the following messages:
  12. "Input past end of file: 'FORMNAME'   OK
  13. "Error loading 'FORMNAME' a control could not be loaded due to load error"
  14. When I select Continue the form is not loaded.  Is it lost forever?  How do I
  15. correct the error and get it back?
  16.  
  17. Before this happened I was getting a "Visual Basic Out of memory" message
  18. that would not let me close the project if I wanted to save changes to that
  19. particular form, so I did not save the changes.  The changes were that I Paste
  20. Linked a Winword document into a text box, resulting in a HOT LINK.  I then
  21. decided I didn't want that and deleted the LinkItem and LinkTopic of the text
  22. box and changed the LinkMode from HOT to NONE.  textbox.text appeared to be
  23. empty.  Could this have caused the problem?
  24.