Click here to Skip to main content
15,889,335 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Selected Text Pin
Taylor Kobani16-Aug-07 0:05
Taylor Kobani16-Aug-07 0:05 
GeneralRe: Selected Text Pin
DigiOz Multimedia16-Aug-07 4:07
DigiOz Multimedia16-Aug-07 4:07 
QuestionSelect all from datagridview Pin
Froz3n15-Aug-07 8:27
Froz3n15-Aug-07 8:27 
AnswerRe: Select all from datagridview Pin
Taylor Kobani15-Aug-07 8:42
Taylor Kobani15-Aug-07 8:42 
GeneralRe: Select all from datagridview Pin
Froz3n15-Aug-07 8:58
Froz3n15-Aug-07 8:58 
GeneralRe: Select all from datagridview Pin
Taylor Kobani16-Aug-07 0:21
Taylor Kobani16-Aug-07 0:21 
Questionhow to open an URL and save the content? Pin
kevindotnet15-Aug-07 3:44
kevindotnet15-Aug-07 3:44 
AnswerRe: how to open an URL and save the content? Pin
MidwestLimey15-Aug-07 8:16
professionalMidwestLimey15-Aug-07 8:16 
Simple answer: yes.

In the code behind you will need to utilize a component (or write one) that makes the http request to the server running the .net webform and cache the response.

The simplest mechanism would be to open a socket to port 80 (unless you're running https) of the server, send the GET or POST request and cache the response. You'll need to strip off the HTTP headers.

eg. send:
<br />
GET /some/dotnet/file.aspx HTTP/1.1


check the reponse contains:
HTTP/1.1 200 OK
in the first line.
To strip off the HTTP headers in the response, look for the first empty line. The HTML content should be after that.





I'm largely language agnostic

After a while they all bug me D'Oh! | :doh:


AnswerRe: how to open an URL and save the content? Pin
DigiOz Multimedia15-Aug-07 8:37
DigiOz Multimedia15-Aug-07 8:37 
GeneralRe: how to open an URL and save the content? Pin
Luc Pattyn15-Aug-07 9:14
sitebuilderLuc Pattyn15-Aug-07 9:14 
GeneralRe: how to open an URL and save the content? Pin
DigiOz Multimedia15-Aug-07 10:58
DigiOz Multimedia15-Aug-07 10:58 
GeneralRe: how to open an URL and save the content? Pin
MidwestLimey15-Aug-07 10:33
professionalMidwestLimey15-Aug-07 10:33 
GeneralRe: how to open an URL and save the content? Pin
kevindotnet17-Aug-07 2:15
kevindotnet17-Aug-07 2:15 
QuestionConsole window Pin
MatthysDT15-Aug-07 3:29
MatthysDT15-Aug-07 3:29 
AnswerRe: Console window Pin
leckey15-Aug-07 6:22
leckey15-Aug-07 6:22 
AnswerRe: Console window Pin
DigiOz Multimedia15-Aug-07 11:52
DigiOz Multimedia15-Aug-07 11:52 
QuestionHow to send message contain a string ? Pin
Ky Nam15-Aug-07 3:10
Ky Nam15-Aug-07 3:10 
AnswerRe: How to send message contain a string ? Pin
Luc Pattyn15-Aug-07 3:32
sitebuilderLuc Pattyn15-Aug-07 3:32 
GeneralRe: How to send message contain a string ? Pin
Ky Nam15-Aug-07 3:51
Ky Nam15-Aug-07 3:51 
GeneralRe: How to send message contain a string ? Pin
Luc Pattyn15-Aug-07 4:01
sitebuilderLuc Pattyn15-Aug-07 4:01 
GeneralRe: How to send message contain a string ? Pin
Ky Nam15-Aug-07 5:06
Ky Nam15-Aug-07 5:06 
Questioncryptostream Pin
WhiteGirl2315-Aug-07 1:45
WhiteGirl2315-Aug-07 1:45 
AnswerRe: cryptostream Pin
kubben15-Aug-07 2:17
kubben15-Aug-07 2:17 
GeneralI need answer please Pin
thaora15-Aug-07 1:41
thaora15-Aug-07 1:41 
GeneralRe: I need answer please [modified] Pin
GuyThiebaut15-Aug-07 2:52
professionalGuyThiebaut15-Aug-07 2:52 

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.