VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Retreve a web page's source through your program using The Inet OCX!

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

Retreve a web page's source through your program using The Inet OCX!

Rate Retreve a web page's source through your program using The Inet OCX!



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

Download this snippet    Add to My Saved Code

Retreve a web page's source through your program using The Inet OCX! Comments

No comments have been posted about Retreve a web page's source through your program using The Inet OCX!. Why not be the first to post a comment about Retreve a web page's source through your program using The Inet OCX!.

Post your comment

Subject:
Message:
0/1000 characters