I was wondering if there is a way to view a web page within the form
itsefl... For example if a user was filling out a form, could they click a
hyperlink and view the web page within a (text box?) or other control in the
form?

Signature
Jeff
Balaji - 29 Oct 2004 09:34 GMT
See whether XDocument.UI.ShowModalDialog("SimpleDialog.htm", XDocument); can
help you...
Check the SDK documentation.