Hi,
I have tried to implement something for my application using this thread as a source of ideas. Unfortunately, I am having no joy.
I have a webbrowser panel displaying a flash movie on part of my windows form. I have it working in as much as I can pass the variable I want to display on the scrolling text of the flash movie. Unfortunately as it is a text variable, I cannot stop users selecting and changing the text for their amusement.
I have tried to put a transparent panel over the top of the text to prevent editing in both flash and the VB, to no avail.
So I tried to use the click event as above, but I have not seen any success. I am not really sure how some of your code above works, I have inherited a Windows form application to maintain and I am not a gifted programmer who is familiar with all the power of VS2010!
Could it be that the webbrowser is playing a flash movie, therefore the clicking is not in the webbrowser but the flash movie subitem? Such that the webbrowser control is 'missing' the event?
Any advice would be appreciated.
Thanks
Dave
I have tried to implement something for my application using this thread as a source of ideas. Unfortunately, I am having no joy.
I have a webbrowser panel displaying a flash movie on part of my windows form. I have it working in as much as I can pass the variable I want to display on the scrolling text of the flash movie. Unfortunately as it is a text variable, I cannot stop users selecting and changing the text for their amusement.
I have tried to put a transparent panel over the top of the text to prevent editing in both flash and the VB, to no avail.
So I tried to use the click event as above, but I have not seen any success. I am not really sure how some of your code above works, I have inherited a Windows form application to maintain and I am not a gifted programmer who is familiar with all the power of VS2010!
Could it be that the webbrowser is playing a flash movie, therefore the clicking is not in the webbrowser but the flash movie subitem? Such that the webbrowser control is 'missing' the event?
Any advice would be appreciated.
Thanks
Dave