I want to be able to POST to a web server, if that's what you meant. That includes a body and a header.

For instance, user names and passwords are sent to servers using the POST method. I would like to be able, for example, to log into a web server using a Visual Basic program.

On another thought, if this could be done using C++ I wouldn't mind learning how to use that language either. Learning is good.

So uh... yeah.