CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Posts
    10

    Out of Memory Error

    I have a VB program (developed and compiled on a win9x) that I am testing under Win2kPro. It runs fine under Win9X but when I run it in Win2K I get Run Time Error '7': Out of Memory. This happens when it tries to set the panels on a status bar which is part of the Windows common controls 6 (SP4). I unregistered and re-registered the MSCOMCTL.ocx but the result is the same.

    Does any body have any suggestions!! Please help!


  2. #2
    Join Date
    Jan 2000
    Posts
    264

    Re: Out of Memory Error

    You might want to try installing SP5.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured