To draw something over a Browser Hosted application Window
-
I was trying to develop a application to be able to show different documents like .doc, .ppt etc in its view. So I decided to use the Browser Control for the same and I was able to successfully load (navigate) the different documents. My next requirement is to draw some custom text and graphic on top of the loaded document window but I was not able to hook any message to do the same. It seems that once the document is loaded, it is that application which does all the message handling like paint etc. Is there any way out for solving this problem. Thanks in advance for any help on this.
-
I was trying to develop a application to be able to show different documents like .doc, .ppt etc in its view. So I decided to use the Browser Control for the same and I was able to successfully load (navigate) the different documents. My next requirement is to draw some custom text and graphic on top of the loaded document window but I was not able to hook any message to do the same. It seems that once the document is loaded, it is that application which does all the message handling like paint etc. Is there any way out for solving this problem. Thanks in advance for any help on this.