Posts: 39
Threads: 8
Joined: Sep 2010
Reputation:
0
No hidden webbrowsers. Its HTTPWebRequests
Posts: 152
Threads: 2
Joined: Aug 2010
Reputation:
2
Very nice share and it will be helpful for sites that don't show the source code if you right click the. Thanks for the share, again, mate.
Posts: 1,106
Threads: 195
Joined: Sep 2010
Reputation:
17
Problem!!! DL Link is invalid!
Posts: 4
Threads: 1
Joined: Oct 2010
Reputation:
0
Its really good u tested and shared with us ,. I really appreciate bro
Posts: 15
Threads: 6
Joined: Oct 2009
Reputation:
0
Uhm, OK this is the source?
Textbox2.text = inet1.openurl(textbox1.text)
Only then use vb08 commands instead on vb6
Its like the same lol.
Posts: 525
Threads: 24
Joined: Mar 2010
The dude obviously tried and made one of his first applications. Cut him some slack please.
And just for the record, it's:
Code:
textbox1.text = webbrowser1.documenttext
And for the save button:
Code:
Dim walla as system.io.streamwriter("C:\WAlla.txt")
walla.write(textbox1.text)
walla.dispose
I wrote this offhand, there might be some errors though.
Posts: 105
Threads: 8
Joined: Nov 2010
Reputation:
2
thanks man i will check it out right now.