Hi,
Try the System.Net.HttpWebRequest class. I think you can find several
samples in the MSDN Library. Just do a search for
"System.Net.HttpWebRequest".
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Unit Testing and Integration Environment
http://x-unity.miik.com.ua
Deliver reliable .NET software
"Kueishiong Tu" <(E-Mail Removed)> wrote in message
news:0aa501c37150$18242450$(E-Mail Removed)...
> I have a window form application but I have to get data
> from various web site, How do I make Http request
> (preferrably via post method) from a window form to get
> the data from those web sites?
> What namespace and dll do I have to include?
> A walkthrough and coding example will be helpful.