How to create so much TextBoxes or labels in form (vb.net)?

54 Views Asked by At

Problem Statement

I need to display many independent chars on a form. The problem happens when there are about 1000 labels and the program crashes. Is there a light-weight container for chars?

Well, I need make a canvas like the picture. The trouble is that I also need to insert images at textbox and several lines mixed, but I just want to select some lines.

0

There are 0 best solutions below