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

    Visual Studio: Can I control where invisible controls go?

    Greetings!

    In MS Visual Studio (I'm using 2008, but I've seen this in other versions), I can drop an invisible control, such as a update timer or a file open dialog box, onto a form. It will show up in a bar on the bottom of the design window, taking up valuable design space. Is there some way I can control where that bar appears? I'd like it to be on the right side instead of on the bottom. Or can I turn off the display of that bar completely?

    Thank you very much.

    RobR

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Visual Studio: Can I control where invisible controls go?

    I don't think so, sorry

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