text not getting displayed (using GDI+)

Jun 25 2004 3:13 PM
I need to display some text entered in a textbox, on the windows form in Vb.NET. So I was using the g.drawstring(.....) method and displaying it on the form. But if the text is huge(maybe spanning over 2 pages) the text is getting truncated. I am not considering any GDI transformations etc. Is there a way I can add some control and scrollbar etc and make the whole content visible. Could anyone help me with this?