Results 1 to 2 of 2

Thread: Create we save the pic strored on the Form

  1. #1

    Thread Starter
    Lively Member satti charvak's Avatar
    Join Date
    Apr 2001
    Location
    noida, india
    Posts
    90

    Lightbulb Create we save the pic strored on the Form

    Can we, by any chance, save the pic stored on the Form.

    Actually I wanted some pic files to be created on the hard disk. If I could create them form the one stored on the form or in any control like image or picture then It would help.

  2. #2
    Addicted Member
    Join Date
    Aug 2003
    Location
    Singapore
    Posts
    245

    Lightbulb May i suggest

    May be this helps...
    Use the .Image property!
    If U use the .Picture property U get unrecognized BMP!
    VB Code:
    1. SavePicture Picture1.Image, "C:\Mypic.bmp"  'to any folder U want
    2. SavePicture Form1.Image, "C:\Mypic.bmp"  'to any folder U want
    I may have interpret your post wrongly
    Correct me if I made a mistake...
    Hope This Helps.. .....Enjoy Coding.....//


    zak2zak

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