cyberwolf14
Programmer
Hello,
I have a problem with the code bellow:
With "
" there is no problem at all. It gives the source of the website in a text box.
But if i change "
" by for example "
" it gives only a part of the code and every new line is replaced by "|"
What do I do wrong??
I have a problem with the code bellow:
Code:
Private Sub Command1_Click()
Text1.Text = Inet1.OpenURL("[URL unfurl="true"]http://www.hotmail.com/")[/URL]
End Sub
With "
Code:
[URL unfurl="true"]http://www.hotmail.com/[/URL]
But if i change "
Code:
[URL unfurl="true"]http://www.hotmail.com/[/URL]
Code:
[URL unfurl="true"]http://www.angelfire.com/[/URL]
What do I do wrong??