Results 1 to 1 of 1

Thread: [vb6] Screen Recorder

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2010
    Location
    Italy
    Posts
    678

    [vb6] Screen Recorder

    Screen Recorder

    Records the Full Screen or Screen "Window" Activity to an AVI video.
    I wrote this code very fast and there's room for improvement.
    Can see an example video here.
    At the moment I got a problem:
    Mouse double click event don't work correctly. If someone could help, I'll appreciate.
    Suggestion and improvements are wellcome.

    Update 1
    Code:
    'ooops
    GetAsyncKeyState(vbLeftButton Or vbRightButton)
    'Replaced with
    GetAsyncKeyState(vbLeftButton) Or GetAsyncKeyState(vbRightButton)
    Attached Files Attached Files
    Last edited by reexre; Nov 28th, 2011 at 05:09 AM.

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