Hi,
In webbrowser control I am binding (Navigate) the html file.
When mouse over of any word I want to retrieve that particular word.
When Mouse Hover event I want to get the specific word where the mouse position on the Webbrowser document.
Is there any direct way to do this.
It's very urgent.
Thank's in Advanced.
Loading
Nageswararao DhulipallaPosted Sep 21, 2011, 1:34 PM
Thus why finding different solution which consider performance issue also.
Sam HobbsPosted Sep 21, 2011, 1:23 PM
Nageswararao DhulipallaPosted Sep 21, 2011, 5:14 AM
Updated the code with remove of mshtml.
Dorababu MekaPosted Sep 21, 2011, 4:23 AM
Nageswararao DhulipallaPosted Sep 21, 2011, 3:32 AM
Please find the attachment sample code.
After load the form click on play button, then click on pause button.
Mouse over on Highlight sentance the mouse hover functionality is not working.
This is the requirement.
And this is simple text and for html file the display content is changing to html tags and I clickon play and mouse hover.
Dorababu MekaPosted Sep 21, 2011, 3:13 AM
Nageswararao DhulipallaPosted Sep 21, 2011, 3:09 AM
Thanks for the reply.
In that case we have to define all the html tag's, because application didn't no which tag user has used for that html file except for the "BODY" tag, am i right.
Dorababu MekaPosted Sep 21, 2011, 2:54 AM
Nageswararao DhulipallaPosted Sep 21, 2011, 2:53 AM
Nageswararao DhulipallaPosted Sep 21, 2011, 2:50 AM
Thanks for the quick reply. This will work for small files but for big files it will give preformance issue.
Please find the html files(priority s20210fulltext.html) which I am getting the problem.
Dorababu MekaPosted Sep 21, 2011, 2:49 AM
Dorababu MekaPosted Sep 21, 2011, 2:28 AM
Jaganathan BantheswaranPosted Sep 21, 2011, 2:20 AM
As i know, You need make the word as link and get the word on mouse over event of the link.