I managed this in vb.Net, but I can't make it work in C#..!
Can anywon translate this to C# code, plz?
Thanks
Kartoffelen
Code:
Label1.Text = Split(Split(WebBrowser1.Document.Body.InnerHtml, "<b>")(1), "</b>")(0)
Thanks
Kartoffelen
Comment