WebBroswer In C#
If you want to write into webbrowser in windows form in C#,you have to make reference MSHTML library and use its interface to do so.The trick is, if you did this in ASP or Visual Basic, you can simply put wb.document.write(sHtml) where wb is WebBrowser a object and sHtml is a string. In .Net it [...]
Read more



11:01 pm by Arun Sharma