I have a webbrowser control, that navigates to a secure site. I need to get the values out of the selection boxes on that site. Once the user selects the values on that site, i want my program to be able pull those values and use them for another process. I tried using the webbrowser.document... command but i cant get to the specific frame and selection box to get the value. A friend of mine said the way to do this would be by using the API functions. I am new to programming and have never gotten into API yet. Could someone please help me with this. Thanks in advance.
Jamie
Jamie