Hello
How To Send And Get Text From This Web Site
http://tashkeel.googlelabs.com/
Thanks For You
Printable View
Hello
How To Send And Get Text From This Web Site
http://tashkeel.googlelabs.com/
Thanks For You
you could use a webbrowser control on your form, or automate an instance of internet explorer
You could also try manually using HTTP GET and POST using, say, the winHttpRequest object.
Here's a good example on using HTTP GET/POST : http://www.vbforums.com/showthread.php?t=334645
:wave:
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.
Use innerHTML and find the ID for the textfield.