Hi vbdotnetforums
i want to get a text from webbrowser, the page is in arabic, i have this code :
And The problem is that the all webpages in arabic seems like this ???? :
And Thx
i want to get a text from webbrowser, the page is in arabic, i have this code :
VB.NET:
WebBrowser1.Navigate("xxx.com/vb/xxx.php")
While WebBrowser1.ReadyState <> WebBrowserReadyState.Complete
Application.DoEvents()
End While
TextBox1.Text = WebBrowser1.DocumentText
And The problem is that the all webpages in arabic seems like this ???? :
And Thx