Application that act on its own? [Please view]

Do you need something made? then ask in here.
Forum rules
Please LOCK your topics once you have found the solution to your question so we know you no longer require help with your query.
7 posts Page 1 of 1
Contributors
User avatar
TheET
VIP-Member
VIP-Member
Posts: 105
Joined: Sun Nov 01, 2009 2:41 am

Hi ,

I am creating an application that can go to a website > login > go to a certain link in that website > find the textbox of a comment box > Add in text > Then click on the "Add Comment" button .

It function all automatically but i don't know how can it be done .

Please provide me with a link to any TUTORIALS related to this or you can post a reply on how do i do it .


Thank you very much ,
Have a wonderful day .
THE-ET
User avatar
tedhead2
Excellent Poster
Excellent Poster
Posts: 338
Joined: Sun Jan 03, 2010 8:36 am

are you trying to make a comment bomber?
Image
User avatar
Hallen
Just Registered
Just Registered
Posts: 5
Joined: Mon Mar 01, 2010 4:23 am

R you trying to make comment feature on your website? :?

I can`t understand :(
User avatar
TheET
VIP-Member
VIP-Member
Posts: 105
Joined: Sun Nov 01, 2009 2:41 am

Nope , i need it to announce news directly via comment for my website . Because most members view their comments more than news section .
User avatar
TheET
VIP-Member
VIP-Member
Posts: 105
Joined: Sun Nov 01, 2009 2:41 am

help ?:(
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

TheET wrote:
Hi ,

I am creating an application that can go to a website > login > go to a certain link in that website > find the textbox of a comment box > Add in text > Then click on the "Add Comment" button .

It function all automatically but i don't know how can it be done .

Please provide me with a link to any TUTORIALS related to this or you can post a reply on how do i do it .


Thank you very much ,
Have a wonderful day .
THE-ET

Hey TheET!
I might have a solution! I have been working on a login system that does use and mysql plug-ins for VB2008. It work directly to a php script on a server. and it work!

If you give me a few days, I will show everybody how I did it.
All I used is a webbrowser control and a bunch of textbox to hold the data.
In the php script instead of use methed="POST" / $var = $_POST['somefield];
I used $var = $_GET['somefield'];

then
Dim a as string = me.textbox1.text
Dim b as string = me.textbox2.text
WebBrowser1.Navigate("Http://someurl.com/phpscript.php?action=post&title=" + a + "&message=" + b + "")
This goes in a click event

Just like you would if you did it with direct php function.

That gives you an idea. THis way I dont ahve to use MySQL Connect.NET, I can just code it like I would a php script.
So far all my test has worked. INSERT, UPDATE, DELETE everything.

Scottie
Image
User avatar
TheET
VIP-Member
VIP-Member
Posts: 105
Joined: Sun Nov 01, 2009 2:41 am

Really , if you done with it . Please let me know . Thanks Scottie
7 posts Page 1 of 1
Return to “Tutorial Requests”