Results 1 to 5 of 5

Thread: [RESOLVED] form size limit

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2009
    Posts
    376

    Resolved [RESOLVED] form size limit

    does anyone know if there is a way to make the form size exceed the screen working area? like setting the size to (1600,1600) doesn't work if the screen is not as big as it is.

  2. #2
    New Member
    Join Date
    Dec 2009
    Posts
    5

    Re: form size limit

    I think this is a bad practice, why you want to do that?

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2009
    Posts
    376

    Re: form size limit

    to allow resizing the form beyond the size of the screen

  4. #4
    PowerPoster boops boops's Avatar
    Join Date
    Nov 2008
    Location
    Holland/France
    Posts
    3,201

    Re: form size limit

    Just out of curiosity, I just made a form and set its autosize property to true. Then I put a panel on the form, and set its autosize property to true. Then I put a picture box in the panel and set its SizeMode to AutoSize. Then set the picture box's image to a 12 MP photo. Then I ran it.

    The form seemed to be the same size as the photo at 1:1 plus the border. I was able to drag the form across the screen and see the whole photo -- about 4000 pixels wide. I can assure you, that is a lot wider than my screen. I couldn't drag it higher than my screen because I was dragging it by the title bar, but I bet I could if I made the whole form surface draggable.

    There must be an answer to your problem somewhere in there!

    bye, BB

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Oct 2009
    Posts
    376

    Re: form size limit

    Quote Originally Posted by boops boops View Post
    Just out of curiosity, I just made a form and set its autosize property to true. Then I put a panel on the form, and set its autosize property to true. Then I put a picture box in the panel and set its SizeMode to AutoSize. Then set the picture box's image to a 12 MP photo. Then I ran it.

    The form seemed to be the same size as the photo at 1:1 plus the border. I was able to drag the form across the screen and see the whole photo -- about 4000 pixels wide. I can assure you, that is a lot wider than my screen. I couldn't drag it higher than my screen because I was dragging it by the title bar, but I bet I could if I made the whole form surface draggable.

    There must be an answer to your problem somewhere in there!

    bye, BB
    hey dat's pretty great, thanks!

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