05-30-2006, 08:04 PM
In IE probably is possible, but I didn't tested. Also possible this:
I could easily edit html to show bigger textarea, but not sure it would be better.
Htm el=htm("TEXTAREA" "message" "" "" 0 0 0x221)
MSHTML.IHTMLStyle st=el.el.style
st.setAttribute("width" 700 1)
st.setAttribute("height" 700 1)
I could easily edit html to show bigger textarea, but not sure it would be better.