CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2003
    Posts
    30

    Screen Capture to video source

    Hi everybody,

    How can I capture screen image and output to video source.
    Like Camtasia .
    Any sample or relate information.

  2. #2
    Join Date
    May 2003
    Location
    home
    Posts
    99
    from this you can get an idea (or even use it) to write bmp
    files to a video file:

    video

    this will capture the screen to a bitmap:

    screen2bitmap

    hope this helps,

    --------------
    :: sharlila ::
    --------------
    :-)

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

Featured