-
help! I want to display animated gif using webbrowser control. And also at the same time allow user to double click and right click on the gif??
I explored the option of using animated gif ocx (e.g gif89, etc.)too, but none of them seems to have these event specified also.
Someone out there know how to do it??
Thanks a lot!
-
How about putting a label or image over it? Label's BackStyle property would be set to 0-Transparent and will be invisible. Or you could have an image.
Than you can use the click or mousedown properties.
-
I tried. But label is always hide behind webbrowser.
So, when I couldn't trigger the mouse event.
Can help again?