Anyone knows what would be the equivalent assembly in .NET to the Inet
control from MSINET.OCX ?

All I want to do is send HTTP requests from VB.NET with no UI

RE: MSINET.OCX by NoSpamMgbworld

NoSpamMgbworld
Fri Jan 28 08:37:13 CST 2005

System.Net!

YOu can find a sample app here:
http://www.c-sharpcorner.com/References/ReferencesWebRequest.asp

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"Ofer" wrote:

> Anyone knows what would be the equivalent assembly in .NET to the Inet
> control from MSINET.OCX ?
>
> All I want to do is send HTTP requests from VB.NET with no UI

RE: MSINET.OCX by Ofer

Ofer
Fri Jan 28 11:29:02 CST 2005

Thank you much!

(I posted twice because I had an error, sorry!)

"Cowboy (Gregory A. Beamer) - MVP" wrote:

> System.Net!
>
> YOu can find a sample app here:
> http://www.c-sharpcorner.com/References/ReferencesWebRequest.asp
>
> ---
>
> Gregory A. Beamer
> MVP; MCP: +I, SE, SD, DBA
>
> ***************************
> Think Outside the Box!
> ***************************
>
> "Ofer" wrote:
>
> > Anyone knows what would be the equivalent assembly in .NET to the Inet
> > control from MSINET.OCX ?
> >
> > All I want to do is send HTTP requests from VB.NET with no UI