Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / December 2004

Tip: Looking for answers? Try searching our database.

webbrowser autofill form

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Oliver - 09 Dec 2004 12:21 GMT
Hello,

I have a problem by using the webbrowser control of the .NET Framework 2.0
beta and I hope you can help me.

I want to fill a html-form automaticly. In my solution I use the following
code:

HtmlDocument htmldoc = null;
HtmlElement htmlelem = null;
htmldoc = webBrowser.Document;
htmlelem = htmldoc.GetElementById("login"); htmlelem.SetAttribute("value",
"name");

After I've filled the complete html-form, I want to submit the form. I try
to raise a event (htmlelem.RaiseEvent ("Click", eh)) on the submit-button,
but this code produced only a exception (ArgumentException was unhandled;
Value does not fall within the expected range.). Can you say me, how I can
submit this completly filled form? Which command I must use? The internet and
google couldn't help me to find a solution. Thank you. Sorry, my english is
not the best.

With kind regards
Oliver
Oliver - 12 Dec 2004 09:19 GMT
I have found the solution. I must use htmlelem.InvokeMember ("Click"); on the
button-control of the html-form.

Viele Grüße
Oliver

> Hello,
>
[quoted text clipped - 20 lines]
> With kind regards
> Oliver

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.