Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. rotate images in picturebox on button click

rotate images in picturebox on button click

Scheduled Pinned Locked Moved Visual Basic
csharp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    KIDYA
    wrote on last edited by
    #1

    Hello Experts!! I have to develop application in which i am able to rotate images on button click(Next and Previous).I am using vb.net..... Anybody have code or ideas then suggest me......

    D Z 2 Replies Last reply
    0
    • K KIDYA

      Hello Experts!! I have to develop application in which i am able to rotate images on button click(Next and Previous).I am using vb.net..... Anybody have code or ideas then suggest me......

      D Offline
      D Offline
      dan sh
      wrote on last edited by
      #2

      PictureBox.Image.RotateFlip method.

      1 Reply Last reply
      0
      • K KIDYA

        Hello Experts!! I have to develop application in which i am able to rotate images on button click(Next and Previous).I am using vb.net..... Anybody have code or ideas then suggest me......

        Z Offline
        Z Offline
        Zahid Khan Kakar
        wrote on last edited by
        #3

        Just type this on rotate button(Button_Click Event) pictureBox1 .Image.RotateFlip(RotateFlipType.Rotate90FlipNone) pictureBox1.Refresh() Zahid Khan Kakar

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups