Hello everyone,
I'm having trouble with some code, and i hope someone can enlighten me somehow. I'm trying to create a windows application that can fill out some html forms on some website. I googled about this topic all day long (its been almost 5 hours since i started), i found some partial info, but nothing that i could fully understand. I must say i'm fairly new to C#, but i think i can manage.
Anyway, the only thing i found and was working was this:
http://www.codeproject .com/KB/cs/mshtml_automati on.aspx
It simply runs a windows application, that has a WebBrowser component, goes to google, fills in some text and submits to i'm feeling lucky button. This is exactly what i want, only i want to make a more complex one.
The problem here is that the code is written in an older version of C#, and i don't understand too much. I tried recreating the code using C# 2008 Express Edition, while inspiring from this project, with no luck.
If some one could explain in detail how this code works and how to implement it in C# 2008, i would really appreciate it. I think many other people are looking into this.
Also, if some one has another idea, i will kindly ask him/her to share it.
Thank you in advance for your time, i hope i will be enlightened :).
I'm having trouble with some code, and i hope someone can enlighten me somehow. I'm trying to create a windows application that can fill out some html forms on some website. I googled about this topic all day long (its been almost 5 hours since i started), i found some partial info, but nothing that i could fully understand. I must say i'm fairly new to C#, but i think i can manage.
Anyway, the only thing i found and was working was this:
http://www.codeproject .com/KB/cs/mshtml_automati on.aspx
It simply runs a windows application, that has a WebBrowser component, goes to google, fills in some text and submits to i'm feeling lucky button. This is exactly what i want, only i want to make a more complex one.
The problem here is that the code is written in an older version of C#, and i don't understand too much. I tried recreating the code using C# 2008 Express Edition, while inspiring from this project, with no luck.
If some one could explain in detail how this code works and how to implement it in C# 2008, i would really appreciate it. I think many other people are looking into this.
Also, if some one has another idea, i will kindly ask him/her to share it.
Thank you in advance for your time, i hope i will be enlightened :).
Comment