help with my homework

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • derrick

    help with my homework

    this is my third week working with visual basics i am curently working
    on a simple class assignment in witch i need to in large country flags
    from there small invisable picture boxes in the center of the form to
    one large one in the middle of the form when selected by a radio
    button.i know how to make them appear in there current state of form
    but im having trouble inlarging them to the center picture box
    thanx
  • One Handed Man \( OHM - Terry Burns \)

    #2
    Re: help with my homework

    Set the PictureBox SizeMode Property to StretchImage or have two flag
    images, one small and one large.

    HTH

    --

    OHM ( Terry Burns )
    . . . One-Handed-Man . . .
    If U Need My Email ,Ask Me

    Time flies when you don't know what you're doing

    "derrick" <dutch85@hotmai l.com> wrote in message
    news:c3e196fc.0 409020017.3159d 712@posting.goo gle.com...[color=blue]
    > this is my third week working with visual basics i am curently working
    > on a simple class assignment in witch i need to in large country flags
    > from there small invisable picture boxes in the center of the form to
    > one large one in the middle of the form when selected by a radio
    > button.i know how to make them appear in there current state of form
    > but im having trouble inlarging them to the center picture box
    > thanx[/color]


    Comment

    • derrick thiecke

      #3
      Re: help with my homework

      i cant use two sets of flags because the object of the assignment is to
      resize the flags from there original picture box to a diffrent empty one
      in wich they will inlarge there self, and all i know how to do is open
      the picture boxes in wich they were set in.so the trouble im really
      having is converting 1 picture box to a new emty one.
      thanx




      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      • One Handed Man \( OHM - Terry Burns \)

        #4
        Re: help with my homework

        OK, then just use the stretch property as I told you

        --

        OHM ( Terry Burns )
        . . . One-Handed-Man . . .
        If U Need My Email ,Ask Me

        Time flies when you don't know what you're doing

        "derrick thiecke" <dutch85@hotmai l.com> wrote in message
        news:%23tTfT6Mk EHA.3612@TK2MSF TNGP12.phx.gbl. ..[color=blue]
        > i cant use two sets of flags because the object of the assignment is to
        > resize the flags from there original picture box to a diffrent empty one
        > in wich they will inlarge there self, and all i know how to do is open
        > the picture boxes in wich they were set in.so the trouble im really
        > having is converting 1 picture box to a new emty one.
        > thanx
        >
        >
        >
        >
        > *** Sent via Developersdex http://www.developersdex.com ***
        > Don't just participate in USENET...get rewarded for it![/color]


        Comment

        Working...