CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    India
    Posts
    10

    Form Picture Problem

    I have set my screen resolution at 800 x 600 . I want to put a picture on the form..i mean i want to use the picture property of the form to host a picture .The form is in its maxamised state.
    i want the complete picture to come on the form and nicely fit it.what should be the size of the picture so that if can nicely fit on theform


    AmritPalSingh
    MTech Production
    IIT Delhi
    India
    110029

  2. #2
    Join Date
    Sep 1999
    Posts
    102

    Re: Form Picture Problem

    Use the Strech property of the picture - set it on True.
    In design time - set the picture to be the size you like.
    In run time it will be stretched in the lines you defined in design time.
    All the best
    dani


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