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

    Tab control "missing" from form when accessing from Google Drive

    So the Tab control is not missing from Visual Studio, but I do have a project with a form which has a tab control on it. I have saved the files to my Google drive to allow me to access the project files from either my desktop PC or laptop.


    So when I launch the project from Google drive on the desktop PC, there is the tab control on the form. When I access the same files on Google drive from the laptop, no tab control on the form. I do see the tab control listed under explorer for the form, but it is not on the form.


    Both computers are Windows 10 with VS Community 2022 17.3.6, so not sure what is causing this annoying occurrence.


    What should I check for?

  2. #2
    Join Date
    Oct 2022
    Posts
    2

    Re: Tab control "missing" from form when accessing from Google Drive

    Problem solved.

    For some reason, the height of the tab control is much larger when accessing on the laptop vs. the desk top. A simple resizing of the control makes it visible.

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