CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 2002
    Location
    Toronto
    Posts
    167

    a simple .NET layout question

    is there any way to set up the work screen so I can see the code from more than one form? I'd like to be able to see the code from 2 forms at the same time so I can compare instead of going back and forth between screens

  2. #2
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125
    You can display as many windows as you desire. Just make sure the child window is not maximized....
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  3. #3
    Join Date
    May 2002
    Location
    Toronto
    Posts
    167
    I'm trying to view my code - my programming pages at the same time I am not running a program. I want to be able to tile my code so that I can compare the code for 2 different forms, looking at what I have on my [design] screen ... oh nevermind I have figured it out, you right click the name tag then make a new horizontal group when 2 or more tabs are in play

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