HTML to WinForm

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
 
G

Grigoris Tsolakidis

You can put a IE explorer control in Windows Form and display inside this
control
your HTML page
 
H

Herfried K. Wagner [MVP]

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>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top