Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying HTML script

Status
Not open for further replies.

rmani13

Programmer
Aug 16, 2002
6
US
What control is available to display the following text as an HTML file in VB
<HTML>
<HEAD>
<TITLE>Test Page</TITLE>
</HEAD>
<BODY>
<H1>Hello</H1>
</BODY>
</HTML>

If there aren't any how do I go about it?
 
Both the Webbrowser control and the DHTML Edit control can do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top