vb.net HTML viewer (and editor)
-
i try to build a simple HTML editor using vb dot net,.. but i confuse about how to create a control to preview the html file created or edited,.. i guess i will need a control that has a browser functionality,. i mean render HTML file and also javascript at once, any idea about this case,.. ? plz share ,..:) tears
-
i try to build a simple HTML editor using vb dot net,.. but i confuse about how to create a control to preview the html file created or edited,.. i guess i will need a control that has a browser functionality,. i mean render HTML file and also javascript at once, any idea about this case,.. ? plz share ,..:) tears
Use Internet explorer for this. You will found activeX control of Internet explorer. put it on the preview tab page and on click the tab assign that control with the page you have just designed. so no need of any extra effort to do. Regards Rizwan Bashir
-
Use Internet explorer for this. You will found activeX control of Internet explorer. put it on the preview tab page and on click the tab assign that control with the page you have just designed. so no need of any extra effort to do. Regards Rizwan Bashir