M
majik92
Hello,
I'm in the process of rewriting a program I wrote in LUA to VB.NET.
So, I am still learning the language (VB). I just have a question...
I have a windows form called "mainPage". I want to connect to the
Internet while loading. I know that I have to put the code in the Load
event for the form. Basically I want the app to send a value (latest =
1) to a remote PHP script (http://www.example.com/latest.php) using
the HTTP POST method.
I've tried using Visual Studio 2005's help topics with not luck...
I was hoping someone could help me here. Thank you.
I'm in the process of rewriting a program I wrote in LUA to VB.NET.
So, I am still learning the language (VB). I just have a question...
I have a windows form called "mainPage". I want to connect to the
Internet while loading. I know that I have to put the code in the Load
event for the form. Basically I want the app to send a value (latest =
1) to a remote PHP script (http://www.example.com/latest.php) using
the HTTP POST method.
I've tried using Visual Studio 2005's help topics with not luck...
I was hoping someone could help me here. Thank you.