detecting mouse click in MCI window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • endy_tj

    detecting mouse click in MCI window

    Hi all,

    I have a window that displays video. The video is shown by using a
    wrapper provided by the kind folks at http://www.mentalis.org/. The
    way the wrapper work is by calling MCI API (Multimedia Control
    Interface) to open a child window within my window.

    Now what I want is to capture click event in the child window. The
    window is some sort of screen saver that displays video. In case the
    user clicks the video, I want to close the window. Up until now I am
    stuck on how to attach event handler to that child window.

    Anybody can give me a hand?

    --
    Endy
Working...