Click here to Skip to main content
15,887,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: a module Pin
Luc Pattyn16-Jul-12 4:57
sitebuilderLuc Pattyn16-Jul-12 4:57 
GeneralRe: a module Pin
Wes Aday16-Jul-12 5:40
professionalWes Aday16-Jul-12 5:40 
GeneralRe: a module Pin
Pete O'Hanlon16-Jul-12 4:34
mvePete O'Hanlon16-Jul-12 4:34 
Questioncrystal report in C# using dataset and datatable Pin
rohitatcp15-Jul-12 21:07
rohitatcp15-Jul-12 21:07 
Question[SOLVED] GUI Problem - Added Forms To Tab Control Pin
AmbiguousName15-Jul-12 20:40
AmbiguousName15-Jul-12 20:40 
AnswerRe: [SOLVED] GUI Problem - Added Forms To Tab Control Pin
Obaid ur Rehman15-Jul-12 23:25
Obaid ur Rehman15-Jul-12 23:25 
AnswerRe: [SOLVED] GUI Problem - Added Forms To Tab Control Pin
AmbiguousName16-Jul-12 0:54
AmbiguousName16-Jul-12 0:54 
Generalwhat info is needed to detect a HtmlElement in WebBrowser Pin
linuor15-Jul-12 19:47
linuor15-Jul-12 19:47 
Hi, all

There is a WebBrowser in my program. The user select a HtmlElement in the WebBrowser of my program, by a mouse click. So, the program can use the function GetElementFromPoint to detecte which HtmlElement is selected:

HtmlElement htmlEM=GetElementFromPoint(...);

As a result, the program can get all the information using the htmlEM if needed. Then the program writes some information on the hard-disk, and quit. At last, the user runs the program again. and the program reads the information on the hard-disk, and the WebBrowser navigates to the Website again, and automatically gets back the HtmlElement selected just now.

The question is : what information should be write down for the program to get the HtmlElement back?

Since the htmlEM is selected by the user, it could be any HtmlElement, may be a <div>,<p> or even an <iframe>. We don't sure it have an id or not, Also, we don't know its InnerText, it may be the current time, and changes with the time. Even worse, it may be a floating <div>, containing an note or a AD, and keeps moving all the time.

I think the URL of the website will be needed, since the software needs it to navitate to the website again.

However, I don't what to do next. Help is needed.

The question is : what information should be write down for the software to get the HtmlElement back?

modified 16-Jul-12 4:09am.

GeneralRe: what info is needed to detect a HtmlElement in WebBrowser Pin
Richard MacCutchan15-Jul-12 22:20
mveRichard MacCutchan15-Jul-12 22:20 
GeneralRe: what info is needed to detect a HtmlElement in WebBrowser Pin
linuor16-Jul-12 3:15
linuor16-Jul-12 3:15 
GeneralRe: what info is needed to detect a HtmlElement in WebBrowser Pin
Richard MacCutchan16-Jul-12 3:57
mveRichard MacCutchan16-Jul-12 3:57 
GeneralSerial Port Read Timeout Problem Pin
Richard Andrew x6415-Jul-12 18:21
professionalRichard Andrew x6415-Jul-12 18:21 
GeneralRe: Serial Port Read Timeout Problem Pin
Peter_in_278015-Jul-12 19:30
professionalPeter_in_278015-Jul-12 19:30 
GeneralRe: Serial Port Read Timeout Problem Pin
Richard Andrew x6415-Jul-12 19:55
professionalRichard Andrew x6415-Jul-12 19:55 
GeneralRe: Serial Port Read Timeout Problem Pin
SoMad15-Jul-12 20:45
professionalSoMad15-Jul-12 20:45 
GeneralRe: Serial Port Read Timeout Problem Pin
glennPattonWork315-Jul-12 22:38
professionalglennPattonWork315-Jul-12 22:38 
QuestionStart Debugger "from running program" Pin
Tomerland15-Jul-12 9:12
Tomerland15-Jul-12 9:12 
GeneralRe: Start Debugger "from running program" Pin
PIEBALDconsult15-Jul-12 9:23
mvePIEBALDconsult15-Jul-12 9:23 
AnswerRe: Start Debugger "from running program" Pin
Eddy Vluggen15-Jul-12 10:49
professionalEddy Vluggen15-Jul-12 10:49 
AnswerRe: Start Debugger "from running program" Pin
markovl15-Jul-12 23:06
markovl15-Jul-12 23:06 
AnswerRe: Start Debugger "from running program" Pin
jschell16-Jul-12 6:08
jschell16-Jul-12 6:08 
QuestionAdding Element Host to Datagridview Pin
amirmn715-Jul-12 6:31
amirmn715-Jul-12 6:31 
Questiona mask control in windows form application Pin
jokercocol14-Jul-12 6:52
jokercocol14-Jul-12 6:52 
AnswerRe: a mask control in windows form application Pin
Abhinav S14-Jul-12 7:19
Abhinav S14-Jul-12 7:19 
AnswerRe: a mask control in windows form application Pin
BillWoodruff14-Jul-12 14:08
professionalBillWoodruff14-Jul-12 14:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.