Terenz Posted September 20, 2014 Posted September 20, 2014 Hello guys, I have a list ( is like a combobox in a classic GUI ) and i want to retrive all the element of this list-combobox. After get the ID with _IEGetObjById, what i need to do? The code: <select name="List" id="MyList" style="font-size:Smaller;width:420px;"> <option value="Name">Name</option> <option value="Name2">Name2</option> </select> Thanks Nothing is so strong as gentleness. Nothing is so gentle as real strength
Solution Terenz Posted September 20, 2014 Author Solution Posted September 20, 2014 Local $oOptions = $oCombobox.options For $oOption In $oOptions ConsoleWrite($oOption.text & @CRLF) Next Nothing is so strong as gentleness. Nothing is so gentle as real strength
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now