CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2000
    Location
    Netherlands
    Posts
    71

    Videocapture from minimized Window

    Hi,

    I have a freeware control that makes it possible to display streaming video input from any compatible source like webcams or DV cards.

    The application takes at set intervals the contents of the control and duplicates this to a Picture control.

    This works fine until Windows are put over the application (the contents shown is duplicated, so overlapping Windows are partially copied) or when the application is minimized (image freezes).

    How can I make this capturing work when the application is minimized or overlapped by other windows? Do I need to use another control for capturing? And if so, which one?


    Jeroen.


  2. #2
    Join Date
    Jul 2000
    Posts
    110

    Re: Videocapture from minimized Window


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