أعتقد تغير هذا
innerhtml
بهذا
innertext
أو بهذا
PHP كود :
For Each ss In webbrowser1.Document.GetElementsByTagName("div")
If ss.GetAttribute("ClassName") = "postbody" Then
topicextract.text = ss.GetAttribute("ClassName")
o += 1
End If
Next

