hey =)

I'm working on a vb.net application. One of the forms has a few tabs, each having multiple text boxes in it. Because I have so many text boxes, I'm sort of limited when it comes to their size, while I'm allowing the user to enter up to 4000 characters in each. It's going to be a real hassle for the user to scroll up and down those text boxes to read and it'll get very confusing, so I was thinking that I'd give them the option of showing all the contents of a text box in a pop-up. I know how to create pop-ups in javascript, but I'm not sure exactly how to load the contents of a text box in it =s

Can anyone help me please? 0=)
thanks a lot

you can create a form, add a label to this form.
set the label.text prpertie to the textbox content and show the form as dialog.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.