ScrollBars and Picturebox

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

    #1

    ScrollBars and Picturebox

    Hello friends, somebody could help he/she stops to place vertical and
    horizontal scrollbars to a picturebox.

    Thank you and greetings.

    --
    Ceci est une signature automatique de MesNews.
    Site : http://www.mesnews.net

  • Ken Tucker [MVP]

    #2
    Re: ScrollBars and Picturebox

    Hi,

    Place a picture box on a panel. Set the picturebox size mode to
    autosize. Set the panels autoscroll to true. The panel will handle the
    scrolling for you.

    Ken
    ----------------
    "Joey" <notengo@hotmai l.com> wrote in message
    news:mn.35157d5 a8b69d9e5.35241 @hotmail.com...[color=blue]
    > Hello friends, somebody could help he/she stops to place vertical and
    > horizontal scrollbars to a picturebox.
    >
    > Thank you and greetings.
    >
    > --
    > Ceci est une signature automatique de MesNews.
    > Site : http://www.mesnews.net
    >[/color]


    Comment

    • Joey

      #3
      Re: ScrollBars and Picturebox

      Il se trouve que Ken Tucker [MVP] a formulé :[color=blue]
      > Hi,
      >
      > Place a picture box on a panel. Set the picturebox size mode to
      > autosize. Set the panels autoscroll to true. The panel will handle the
      > scrolling for you.
      >
      > Ken
      > ----------------
      > "Joey" <notengo@hotmai l.com> wrote in message
      > news:mn.35157d5 a8b69d9e5.35241 @hotmail.com...[color=green]
      >> Hello friends, somebody could help he/she stops to place vertical and
      >> horizontal scrollbars to a picturebox.
      >>
      >> Thank you and greetings.
      >>
      >> -- Ceci est une signature automatique de MesNews.
      >> Site : http://www.mesnews.net
      >>[/color][/color]

      OK, Gracias Ken

      --
      Ceci est une signature automatique de MesNews.
      Site : http://www.mesnews.net

      Comment

      • Herfried K. Wagner [MVP]

        #4
        Re: ScrollBars and Picturebox

        "Joey" <notengo@hotmai l.com> schrieb:[color=blue]
        > Hello friends, somebody could help he/she stops to place vertical and
        > horizontal scrollbars to a picturebox.[/color]

        See:

        <URL:http://dotnet.mvps.org/dotnet/samples/windowsandforms/Screenshot.zip>

        --
        M S Herfried K. Wagner
        M V P <URL:http://dotnet.mvps.org/>
        V B <URL:http://classicvb.org/petition/>

        Comment

        Working...