Hi I am displayed a HTML file in web browser. Now i want to edit the matter which are displayed in web browser. e.g. font style ,color etc. I am used vb.net 2008
Can anybody help me!

Hey I Got The solution For this,
here is my code
webbrowser1.Navigate(Environment.CurrentDirectory & "\Question_ans_obj.html")
Dim axObj As New Object
axObj = webbrowser1.ActiveXInstance
axObj.document.designmode = "On"

commented: very interesting. :) +1
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.