Hi,
I am trying to use httpwebrequest but I keep getting a message that says "Create is not a member of webrequest" every time I try and use the msn example code.

vb Code:
  1. Dim myReq As HttpWebRequest = WebRequest.Create("http://www.contoso.com/")