HTML to WinForm

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey,i got a problem...so heelp me out...plz
i've to make a software,in which i've to display a HTML page in a Windows
Form & also where i've to map those controls with a data dictionary.
so anybody can help me in developing HTML to WinForm....
riyaz
 
You can put a IE explorer control in Windows Form and display inside this
control
your HTML page
 
Riyaz said:
i've to make a software,in which i've to display a HTML page in a Windows
Form & also where i've to map those controls with a data dictionary.
so anybody can help me in developing HTML to WinForm....

You can use the WebBrowser control to display a HTML file inside a Windows
Forms application:

WebOCHostVB.exe Hosts the WebBrowser Control in Visual Basic .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;311303>
 
Back
Top