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

Search:

Type: Posts; User: Psychowico

Search: Search took 0.04 seconds.

  1. Re: Catch WINAPI messages from external device

    I think u're rate. Thx for reply.
  2. Re: Catch WINAPI messages from external device

    Like I say - I have problem with detect pressing of physical button from this device. I capture video without problems.
  3. [RESOLVED] Catch WINAPI messages from external device

    Hello. I write this post before in > C-Sharp Programming < but now i think here is better place for it. I coding in C#, but this is typicall WINAPI problem ( propably ;) ). If moderator read it...
  4. Catch WINAPI messages from external device

    Hello.
    I have small external device, it is LogiLink Video Grabber in this case ( connected via USB ). It have big single button (physical) and I trying to detect when somebody pressed it.
    I...
  5. Replies
    6
    Views
    8,789

    Re: Getting Control HBitmap

    I look for smth before I start coding. I found smth but i need simplest way. And this project is dead i think.

    http://wpfwin32renderer.codeplex.com/

    Now I'm going to exactly check this piece of...
  6. Replies
    6
    Views
    8,789

    Re: Getting Control HBitmap

    Nice idea, but not in my case :) I try do some kind of hack - i draw WinForms Flash control on one, simple window - but this window is no display in user working area. I set its position left to...
  7. Replies
    6
    Views
    8,789

    Re: Getting Control HBitmap

    Wrong ;) Some kind of control not supported this method - just draw black screen always. And my control - AxShockwaveFlash - is one from this kind.
    And I need very fast draw - some of 30-100 frame...
  8. Replies
    6
    Views
    8,789

    Getting Control HBitmap

    Hello, I'm trying to get HBitmap from Graphics Control handle.
    I do it like here:



    var controlGraphics = m_control.CreateGraphics();
    var controlHdc = controlGraphics.GetHdc();
    var...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured