Quote:
|
Originally Posted by xkenshin
Hi,
i'm quiet new to VB.. and would like to know if it possible to post URL from VB...
etc: http://someweb/process.php?user=xken...&message=hello
how do i post this url using VB..?
i've got some info that VB is capable doing this using some socket programming in VB..
Really hopes that somebody could help.. maybe some sample could help.. =)
|
you could try accesing Internet Explorer from shell
Shell "c:\Program Files\Internet Explorer\Iexplore.exe www.page.com"
(this will open the page in a new browser window)
or use the Microsoft Internet Controls (add a browser form to your project to see how it works), but i think it's easyer using shell