B 
		
								
				
				
			
		BobRoyAce
Let's say that I use the following code to get a reference to a
checkbox on a web page in a WebBrowser control:
Dim oHtmlElement As HtmlElement
oHtmlElement =
WebBrowser1.Document.GetElementById("chkThrowInTheTowel")
How can I tell if the checkbox is checked or not? oHtmlElement.Checked
is not an option, so how would I do this?
				
			checkbox on a web page in a WebBrowser control:
Dim oHtmlElement As HtmlElement
oHtmlElement =
WebBrowser1.Document.GetElementById("chkThrowInTheTowel")
How can I tell if the checkbox is checked or not? oHtmlElement.Checked
is not an option, so how would I do this?
