VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Get the source of a web page! This code works, the code that i subited last didn't work that well.

by PulseWave (25 Submissions)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 6th October 1999
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Get the source of a web page! This code works, the code that i subited last didn't work that well.

Rate Get the source of a web page! This code works, the code that i subited last didn't work that well.



Dim P() as byte
Dim T as string
B = Inet1.OpenUrl(URL)
For i = 1 to Ubound(B)
T = T + Chr(P(T))
next i
End function

Download this snippet    Add to My Saved Code

Get the source of a web page! This code works, the code that i subited last didn't work that well. Comments

No comments have been posted about Get the source of a web page! This code works, the code that i subited last didn't work that well.. Why not be the first to post a comment about Get the source of a web page! This code works, the code that i subited last didn't work that well..

Post your comment

Subject:
Message:
0/1000 characters