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. How to image from image box

How to image from image box

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
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.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Dear friends How can i save the Picture of a imagebox as a file. your quick response will be highly appreciated. Thankx Murtuza Patel

    J J 2 Replies Last reply
    0
    • L Lost User

      Dear friends How can i save the Picture of a imagebox as a file. your quick response will be highly appreciated. Thankx Murtuza Patel

      J Offline
      J Offline
      Joshua Quick
      wrote on last edited by
      #2

      I assume you're talking about VB6. You need to use the SavePicture[^] function. SavePicture myImageBox, "MyImage.bmp"

      1 Reply Last reply
      0
      • L Lost User

        Dear friends How can i save the Picture of a imagebox as a file. your quick response will be highly appreciated. Thankx Murtuza Patel

        J Offline
        J Offline
        jasonpb
        wrote on last edited by
        #3

        In a Picturebox for .Net... 'save file path Dim Path as String = "C:\SavedImages\Image.bmp" ' Save to file Picturebox.Image.Save(Path) Picturebox being the name of your control. -Jason

        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