Hello everybody,
I'm using a webcontrol that gives me two probles:
1. I try to select an item in an html "select-one" control, i modify
the value but it does nothing.
When i navigate normally i pick the item and then it updates the
form. How i can select an
item getting the same behavior, using the webbrowser?
(http://www.freesms.net/freesms.aspx)
2. In other page, i insert the user and password, i click submit and
that's all. When i use the
webbrowser, i get an security alert message. I use:
WebBrowser1.Sil ent = True and nothing
happens. What to do to avoid this message???
Thanks for your help.
I'm using a webcontrol that gives me two probles:
1. I try to select an item in an html "select-one" control, i modify
the value but it does nothing.
When i navigate normally i pick the item and then it updates the
form. How i can select an
item getting the same behavior, using the webbrowser?
(http://www.freesms.net/freesms.aspx)
2. In other page, i insert the user and password, i click submit and
that's all. When i use the
webbrowser, i get an security alert message. I use:
WebBrowser1.Sil ent = True and nothing
happens. What to do to avoid this message???
Thanks for your help.
Comment