|
-
Nov 5th, 2005, 12:30 PM
#1
Thread Starter
No place like 127.0.0.1
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?
-
Nov 5th, 2005, 03:50 PM
#2
Thread Starter
No place like 127.0.0.1
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|