11-04-2010, 06:01 AM
The dude obviously tried and made one of his first applications. Cut him some slack please.
And just for the record, it's:
And for the save button:
I wrote this offhand, there might be some errors though.
And just for the record, it's:
Code:
textbox1.text = webbrowser1.documenttext
Code:
Dim walla as system.io.streamwriter("C:\WAlla.txt")
walla.write(textbox1.text)
walla.dispose