Advertisement
Advertisement
| 07.10.2008 at 02:59AM PDT, ID: 23553126 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: |
foreach (mshtml.IHTMLInputElement inpElement in ihtmlDoc.all.tags("input"))
{
listBox1.Items.Add(inpElement.name);
}
|