Create and Run HTML Page from Windows Form

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

Hi,

Is it possible to code a Windows Form application (v.1.1) to create an HTML
file in the Forms project folder, embedd variable values in hidden fields,
and have the HTML page redirect to another site? If so, could anyone provide
some sample code please?

Thanks in advance for any help,
Frank
 
Drop a web browser control on your form. This is probably
the easiest way to work with the DOM. If you need
code examples, search for:

..net windows forms web browser control
 
Back
Top