|
-
Jan 12th, 2000, 11:36 AM
#1
Can anyone tell me how to get access to the source code of an internet page? By any means, through the web browser component or any other way. Thanks!
-
Jan 12th, 2000, 06:22 PM
#2
Frenzied Member
What exactly do you mean by source code?
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
-
Jan 12th, 2000, 08:45 PM
#3
Junior Member
Text1.Text=Inet1.OpenURL("mywebsite.com")
That uses the Internet Transfer Control, and loads the page source into a textbox. An alternative to this is using winsock and sending GET messages to the web server, then retrieving the data the webserver sends to you.
-B4
-
Jan 13th, 2000, 01:03 AM
#4
Junior Member
Check vb-square.com, you will find the code that you looking for. All you have to do just change few detail.
I hope that what you want.
Mohammed
-
Jan 13th, 2000, 01:34 AM
#5
the error i get from this says coInitialization has not been called, an idea what this means?
-
Jan 13th, 2000, 01:35 AM
#6
the other problem is that my text box cant hold all of the source code, any ideas on what will hold all of it? or how to divide it up so i can put it in a text box?
-
Jan 13th, 2000, 12:58 PM
#7
how exactly would i use winsock to do this?
-
Jan 14th, 2000, 08:42 PM
#8
Junior Member
Set the text box multiline to true, and scrollbars to 2, and resize the text within your form.
-
Jan 17th, 2000, 04:15 AM
#9
I already tried that. It doesn't work. After i run it i get a coinitialization error and i can not cut or paste b/c i get an out of memory error and i cant save b/c of the coinitialization error.
I am truly stumped
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|