Results 1 to 3 of 3

Thread: How to capture an image VB6

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Apr 2020
    Posts
    20

    How to capture an image VB6

    Please i want some help on how to capture an image(webcam) using VB6 And show the image in an image box after saving it.
    how can i do it?

  2. #2
    The Idiot
    Join Date
    Dec 2014
    Posts
    2,730

    Re: How to capture an image VB6

    theres many different ways,
    - you can use printscreen key, and use Clipboard to save it
    - you can use the API BitBlt to copy it, together with a bunch of gdi API
    - another way is to use the API PrintWindow to capture it, together with a bunch of API to fetch the hwnd.
    - if the webcam video is in your own form, maybe theres even a easier way from its own video render-snapshot.

    any of them can be found if you do a search.

  3. #3
    Hyperactive Member
    Join Date
    Mar 2018
    Posts
    460

    Re: How to capture an image VB6

    twain can do it too. google "vb6 webcam twain" for more information

Tags for this Thread

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