Results 1 to 6 of 6

Thread: [RESOLVED] save picture as bitmap or jpeg

Threaded View

  1. #1

    Thread Starter
    Addicted Member Redangel's Avatar
    Join Date
    Oct 2005
    Location
    England
    Posts
    214

    Resolved [RESOLVED] save picture as bitmap or jpeg

    i am try to save a picturefile as a bitmap or a jpeg but cannot seem to figure out how to do this can any one help!!! i tryed this

    VB Code:
    1. Private Sub cmdSave_Click()
    2. 'Call for the common dialog control to show the save menue
    3. Dim myPic As String
    4.     cdbFile.ShowSave
    5.     myPic = frmDraw.Image
    6.     Open myPic For Output As #1.bmp
    7.         Print #1, myPic
    8.         Close #1
    9. End Sub

    thanks in advance RedAngel
    Last edited by Redangel; Nov 6th, 2005 at 09:17 AM. Reason: update code

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