Comment afficher le contenu Html dans une application WinForm
exemple de code html sous forme string :
existe t'il un contrôle qui affiche directement ce code vers HTMLCode:
1
2
3
4 <html><body>Please enter your name:<br/> <input type='text' name='userName'/><br/> <a href='http://www.microsoft.com'>continue</a> </body></html>