|
-
Feb 7th, 2011, 02:22 AM
#1
Thread Starter
Lively Member
How To Send And Get Text From Web Site
Hello
How To Send And Get Text From This Web Site
http://tashkeel.googlelabs.com/
Thanks For You
-
Feb 7th, 2011, 03:32 AM
#2
Re: How To Send And Get Text From Web Site
you could use a webbrowser control on your form, or automate an instance of internet explorer
i do my best to test code works before i post it, but sometimes am unable to do so for some reason, and usually say so if this is the case.
Note code snippets posted are just that and do not include error handling that is required in real world applications, but avoid On Error Resume Next
dim all variables as required as often i have done so elsewhere in my code but only posted the relevant part
come back and mark your original post as resolved if your problem is fixed
pete
-
Feb 7th, 2011, 09:41 AM
#3
Re: How To Send And Get Text From Web Site
You could also try manually using HTTP GET and POST using, say, the winHttpRequest object.
The time you enjoy wasting is not wasted time.
Bertrand Russell
<- Remember to rate posts you find helpful.
-
Feb 7th, 2011, 10:04 AM
#4
Re: How To Send And Get Text From Web Site
Here's a good example on using HTTP GET/POST : http://www.vbforums.com/showthread.php?t=334645
If my post was helpful to you, then express your gratitude using Rate this Post. 
And if your problem is SOLVED, then please Mark the Thread as RESOLVED (see it in action - video)
My system: AMD FX 6100, Gigabyte Motherboard, 8 GB Crossair Vengance, Cooler Master 450W Thunder PSU, 1.4 TB HDD, 18.5" TFT(Wide), Antec V1 Cabinet
Social Group: VBForums - Developers from India
Skills: PHP, MySQL, jQuery, VB.Net, Photoshop, CodeIgniter, Bootstrap,...
-
Feb 7th, 2011, 11:06 AM
#5
Thread Starter
Lively Member
Re: How To Send And Get Text From Web Site
Thanks For All
 Originally Posted by westconn1
you could use a webbrowser control on your form, or automate an instance of internet explorer
How Can I Do This With Code
-
Feb 7th, 2011, 11:28 AM
#6
Re: How To Send And Get Text From Web Site
For IE automation, look into the SendKeys statement. This solution is somewhat messy, but it's easier than HTTP GET/POST. Also, SendKeys can have permission issues depending on the OS.
The time you enjoy wasting is not wasted time.
Bertrand Russell
<- Remember to rate posts you find helpful.
-
Feb 7th, 2011, 12:56 PM
#7
Re: How To Send And Get Text From Web Site
Use innerHTML and find the ID for the textfield.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|