Hi,

(I might have just posted this, so sorry if I did, my PC likes to play up, we have a mutual dislike of each other at the moment )

Is there a way of getting the names (or id's) of any field on any type of webpage displayed in a webbrowser(whether it has frames, whether its asp) whatever it is and putting them in a list?

Eg. the post new thread page on this site would retrieve to a list the names (or id's) of:

the subject text box,
message icons(all the radio buttons),
all the buttons, combo boxes and 'insert an ordered list into your message' text box,
the Message text box (which i'm writing into now),
the Options tick boxes,
attachfile textbox and button,
post a poll tickbox and text box,
submit new thread and prieview post butons,

I've found in MSDN
(http://support.microsoft.com/defaul...ben-us%3b311284)
a way to 'pick up' the names when a user moves over them or clicks on them, but I want to be able to do it automatically say after a user clicks a button to display the page. I think I might be close with the msdn code but then again.....
Any ideas?

Cheers

btw the webpages are being shown in a webbrowser in a form