using vb.net to post to a website
-
i know this is a c# forum but couldn't find one vb. if i get a sample how to it in C# no prob i can convert it Default using vb.net to post to a website i want to post a string to a website can anyone show me or point me to example of how you would use vb.net to post a string to a website and accept the response sent back from post / request to the site?
-
i know this is a c# forum but couldn't find one vb. if i get a sample how to it in C# no prob i can convert it Default using vb.net to post to a website i want to post a string to a website can anyone show me or point me to example of how you would use vb.net to post a string to a website and accept the response sent back from post / request to the site?
keroed_edmond wrote:
i know this is a c# forum but couldn't find one vb.
The Code Project discussion boards - Visual Basic / VB.NET[^] Regarding your actual question, the
HttpWebRequest
class may what you're looking for.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook