Results 1 to 2 of 2

Thread: Managing Large Picture Boxes For a Tab Control At Design Time

  1. #1

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Managing Large Picture Boxes For a Tab Control At Design Time

    Does anyone have any good suggestions for how to work with a bunch of large picture boxes at design time? I need to design them for a tab control.

    The 2 ideas I had (neither of which are very good) were to:
    1) Make the form really really long in the IDE and just scroll down the picture box that I need to edit
    2) Make all the picture boxes on separate forms in the project, but during run time, write a procedure to transfer them all back to the main form (this seems like a waste of memory to me, though)

    Any ideas?
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

  2. #2

    Thread Starter
    No place like 127.0.0.1 eyeRmonkey's Avatar
    Join Date
    Jul 2005
    Location
    Blissful Oblivion
    Posts
    2,306

    Re: Managing Large Picture Boxes For a Tab Control At Design Time

    Does anyone have any good ideas?

    I guess I will just use the first idea I posted if someone doesn't have a better idea? I thought this would be a common problem people encounter due to how most tab controls work.
    Visual Studio 2005 Professional Edition (.NET Framework 2.0)
    ~ VB .NET Links: Visual Basic 6 to .NET Function Equivalents (Thread) | Refactor! (White Paper) | Easy Control for Wizard Forms | Making A Proper UI For WinForms | Graphics & GDI+ Tutorial | Websites For Free Icons
    ~ QUOTE: Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rich Cook

    ~ eyeRmonkey.com

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