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

    [RESOLVED] Controls gone, code still there.

    So Im using Visual studio 2010 and my controls inside of one of my Tab pages is 100% invisible. I can press the TAB button and tab through my controls but they are not visible in the designer or while debugging.

    When I saved the program last it was just fine, now that I reloaded my program its gone. No error messages, just gone. What could be done in order to get this back? I dont want to have to recreate it, for a third time now.

  2. #2
    Join Date
    Dec 2009
    Posts
    18

    Re: Controls gone, code still there.

    They have probably fallen behind your actual tab control.
    Move your tab control on your form and I bet they are behind it.

  3. #3
    Join Date
    Mar 2011
    Posts
    59

    Re: Controls gone, code still there.

    Thats odd they would do that.

    Im not sure if that was what the issue was, I have a tab control inside a tab control, so I tabbed to the invisible tab control and CTRL copyed it and deleted then pasted. Its all back, works 100% with the code.

    Next time this happens I will make sure to check to see if it has fallen behind the tab control. Thanks for the suggestion.

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