Results 1 to 3 of 3

Thread: Saving and format

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Posts
    225

    Saving

    Hiyas,

    I have a picture box. How do I save the picture from the picture box as a BMP?

    Thanks.

    -Git
    Last edited by git; May 24th, 2001 at 04:08 AM.

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Posts
    225

    More info

    FYI...

    SavePicture CapturePicture(1).Picture, App.Path & "\" & PicID & ".bmp"

    I tried that, but I get an Invalid Property Value. What's wrong with it?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jul 2000
    Posts
    225
    Fixed it...but, I can't capture screens from a DOS game. I tried capturing via this command:

    Call keybd_event(vbKeySnapshot, 0, 0, 0)

    But it only captures the taskbar...

    Does anyone know how to capture properly from a DOS game?

    Thanks,

    -Git

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