hi
i've got a little problem...
well i created an application that will fill a textfile from a web dropdown list..
now i need to select an item from the dropdown list (same one) programmatically... is that possible?
Thanks in advance
Fremus
i've got a little problem...
well i created an application that will fill a textfile from a web dropdown list..
VB.NET:
Dim test As String = WebBrowser1.Document.GetElementById("TheID").Children.Item(i).OuterText
now i need to select an item from the dropdown list (same one) programmatically... is that possible?
Thanks in advance
Fremus