Post to a web page from my app?

  • Thread starter Thread starter Bruce D
  • Start date Start date
B

Bruce D

I'm pretty new to VB .NET. I was wondering if there was a way that I can
create a form in my application that can send the information to a web
site/page using "post" (or if there is another way)?
Any help is very much appreciated!

-bruce duncan
 
Bruce D said:
I'm pretty new to VB .NET. I was wondering if there was a way that I can
create a form in my application that can send the information to a web
site/page using "post" (or if there is another way)?
Any help is very much appreciated!

-bruce duncan

I found the MS Web Control. Is there another/better way?

-bruce
 
Bruce D said:
I'm pretty new to VB .NET. I was wondering if there was a way that I can
create a form in my application that can send the information to a web
site/page using "post" (or if there is another way)?

Take a look at the 'HttpWebRequest' class and its 'Method' property.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top