Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDocument Searching Pin
MacOwl11-Jul-12 16:41
MacOwl11-Jul-12 16:41 
AnswerRe: Document Searching Pin
Nick Otten11-Jul-12 21:40
Nick Otten11-Jul-12 21:40 
GeneralRe: Document Searching Pin
MacOwl11-Jul-12 21:47
MacOwl11-Jul-12 21:47 
GeneralRe: Document Searching Pin
Nick Otten11-Jul-12 22:09
Nick Otten11-Jul-12 22:09 
GeneralRe: Document Searching Pin
MacOwl11-Jul-12 23:04
MacOwl11-Jul-12 23:04 
GeneralRe: Document Searching Pin
Nick Otten12-Jul-12 1:12
Nick Otten12-Jul-12 1:12 
AnswerRe: Document Searching Pin
Nick Otten16-Jul-12 0:02
Nick Otten16-Jul-12 0:02 
QuestionHttp Request without ASP.NET? Pin
Sonhospa11-Jul-12 2:34
Sonhospa11-Jul-12 2:34 
Hello community,

I'm trying to read data from a website into a WinForms app, but all the samples I find use ASP.NET Namespaces. Using the HttpWebRequest type from the System.Net Namespace, I get into trouble with
req.Method = "POST"
req.ContentType = "application/x-www-form-urlencoded"
Dim Param() As Byte = Request.BinaryRead(HttpContext.Current.Request.ContentLength)
Dim strRequest As String = encoding.ASCII.GetString(Param)
strRequest = strRequest + "&cmd=_notify-validate"
req.ContentLength = strRequest.Length
throwing errors for the underlined methods, which are undefined. The rest seems to be ok.

Does someone have an idea how to replace the relevant line?

Thank you
Michael
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 3:36
sitebuilderLuc Pattyn11-Jul-12 3:36 
GeneralRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 4:18
Sonhospa11-Jul-12 4:18 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 4:32
sitebuilderLuc Pattyn11-Jul-12 4:32 
GeneralRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 6:03
Sonhospa11-Jul-12 6:03 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 6:44
sitebuilderLuc Pattyn11-Jul-12 6:44 
QuestionRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 9:12
Sonhospa11-Jul-12 9:12 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 10:23
sitebuilderLuc Pattyn11-Jul-12 10:23 
NewsRe: Http Request without ASP.NET? Pin
Sonhospa11-Jul-12 12:09
Sonhospa11-Jul-12 12:09 
AnswerRe: Http Request without ASP.NET? Pin
Luc Pattyn11-Jul-12 12:24
sitebuilderLuc Pattyn11-Jul-12 12:24 
QuestionHow to Inverse a Matrix in VBA ? Pin
caokeguan10-Jul-12 17:45
caokeguan10-Jul-12 17:45 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Sonhospa11-Jul-12 4:32
Sonhospa11-Jul-12 4:32 
AnswerRe: How to Inverse a Matrix in VBA ? Pin
Luc Pattyn11-Jul-12 4:42
sitebuilderLuc Pattyn11-Jul-12 4:42 
Generaltask manager Pin
aliali7410-Jul-12 8:14
aliali7410-Jul-12 8:14 
GeneralRe: task manager Pin
Dave Kreskowiak10-Jul-12 8:22
mveDave Kreskowiak10-Jul-12 8:22 
GeneralRe: task manager Pin
Wes Aday10-Jul-12 9:35
professionalWes Aday10-Jul-12 9:35 
QuestionProperty changed event in standard control Pin
908236510-Jul-12 6:28
908236510-Jul-12 6:28 
AnswerRe: Property changed event in standard control Pin
Sonhospa10-Jul-12 8:11
Sonhospa10-Jul-12 8:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.