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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to display multiple-line text in IHTMLElement object?

Status
Not open for further replies.

newhire

Programmer
Aug 7, 2003
1
US
How do I display multiple-line text in IHTMLElement object? Current code casts IHTMLElement object to an IHTMLInputELement object. From MSDN doc, IHTMLElement only support single-line text, isn't it? No doubt when I change the overflow from hidden to visible, the text goes all the way in one line, instead of multiple lines.

Any suggestions? Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top