简体   繁体   中英

Adding Click Event to AxVlc Control?

I am trying to make a program which plays video and receives user input on specific frames. i need to make a click event for the axvlc video player. Is this possible?

my program contains an instance of the VLC ActiveX Plugin in a windows form in visual studios. I want, while the program is paused, for the user to be able to single click a point on the frame, trigger an event, add the location of the mouse to a list.

otherwise, i have considered rendering a bitmap of whatever frame it is on while paused so that i can add click events to that. but i would very much like to avoid that solution as it would complicate what i am doing.

I found a tremendously helpful control in this question. Making a control transparent

the top answer has code for a control that supports real transparency even on top of video. this is perfect.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM