CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Pakistan
    Posts
    207

    Cant see the resources

    I made some mistake in naming my edit boxes then I rename it. Then I got some errors. Iwas able to remove the errors. The program is running fine but when I try to load my resources through resource view then I get the following error message
    "Load error"
    "this file is already open in an editor". Because of this problem I cant insert a new resource. I cant see the Icons for Dialog, Menu, Toolbar etc in the resource view. How I can get rid of this problem.
    Zulfi.


  2. #2
    Join Date
    May 1999
    Posts
    318

    Re: Cant see the resources

    This problem occurs when you resource file is open elsewhere.
    For example you can have the resource file opened as a text file in Visual C, in this case close it.
    You can have too another instance of Visual C with the resources file opened, in this case close the seconde instance of Visual C.

    Hope this help.




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