Results 1 to 4 of 4

Thread: Fit Form to Picture box

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Fit Form to Picture box

    I have problem here. How I can fit the form in form 10 content into picturebox in form40?

    Form40.Height = Form10.Height
    Form40.Width = Form10.Width
    Form40.Picture1.Height = Form10.Height
    Form40.Picture1.Width = Form10.Height
    Form40.Show

  2. #2
    Lively Member Spetnik's Avatar
    Join Date
    Jan 2002
    Posts
    121

    Re: Fit Form to Picture box

    What are you trying to accomplish? Do you want to place a form inside of another form?

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Feb 2007
    Location
    Malaysia
    Posts
    1,370

    Re: Fit Form to Picture box

    In form, have button,picturebox and so on. How I can place the form control to picturebox and fit the picturebox with form control

  4. #4
    Lively Member Spetnik's Avatar
    Join Date
    Jan 2002
    Posts
    121

    Re: Fit Form to Picture box

    I am still not sure I understand you. Do you mean that you want the controls in the form to automatically resize when the form does?

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