CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: darkhorror

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,109

    Screencapture of directx output?

    From any program? what I am using now just gets the device context of the window and captures it. The problem is that it doesn't know if the screen is done drawing, as most of the time it captures...
  2. Replies
    6
    Views
    1,113

    Re: Capture Audio currently playing?

    will I did get it working with mci, I had stereo mix muted on my soundcard so it wasn't getting anything. Problem is that now I have to turn the record volume way down almost to nothing or it's...
  3. Replies
    6
    Views
    1,113

    Re: Capture Audio currently playing?

    Been checking some of these MCI commands, been using some mciSendString but i can't seem to get it to record what is playing. I seems to only want to record the what say on my mic.
  4. Replies
    6
    Views
    1,113

    Capture Audio currently playing?

    I want to be able to capture audio that is playing on my computer. The source would be from another application, and I don't care what the app is that's creating it. I have been looking around and...
  5. Replies
    7
    Views
    1,097

    Re: Making a window think it's on screen?

    The window I want to fullsceen is not part of my app.
  6. Replies
    7
    Views
    1,097

    Re: Making a window think it's on screen?

    I want to capture video from a window and or display that area of the window in fullscreen. Right now it's constantly redrawing the window even if normally wouldn't be redrawn.
  7. Replies
    7
    Views
    1,097

    Re: Making a window think it's on screen?

    if the window is outside that rectangle it doesn't get drawn. I don't have 2 monitors and I don't just want to extend the desktop. Basicly I want to move the window so user can't see it but its still...
  8. Replies
    7
    Views
    1,097

    Making a window think it's on screen?

    Right now I capture a part of a offscreen window and draw it onscreen using PrintWindow. The problem with this is that I am constantly redrawing the window if it needs it or not. I would like to get...
  9. Re: Getting mouse and keyboard input while program in background.

    There aren't really any problems with it, mainly wondering if there is a better way. What I am planning on doing is having a function that sets up the hook where I pass a HWnd that is my programs...
  10. Getting mouse and keyboard input while program in background.

    I have a program that will capture screenshots, video, and/or fullscreen a part of a screen. I am rewriting the program to make it easier to use and work better. Right now I use Hooks for keyboard...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured