0
Answer

text not getting displayed (using GDI+)

anoo_paturi

anoo_paturi

20y
1.7k
1
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?