Im automating a webbrowser to do certain tasks.  I loop through the
text boxes in the html sometimes and this requires

if(HtmlElement1.GetAttribute("type") == "text")
>>>do stuff;

Right now it's sometimes giving me the UnauthorizedAccessException
when I get there.

ARGH!

Does microsoft have to control what I do on my own computer...?

Anyways, I tried caspol -security off.  It says it temporarily turned
it off but it still gives the exception.  Stupid security mechanisms.

Reply via email to