Is there an easy was to create controls at runtime with VB? Right now I've
got 15 labels on my form that resize programatically. While this is working
it was a quick solution and I cannot get it out of my head how ridiculous
this is from a development standpoint.
Any suggestions? My application mimics a to-do list if you need to picture
it. Step 1 has 85 characters so make the textbox this high and change the
y-position of label 2 to the y-position of label 1 plus 85 & add 5 more
pixels for a gap. This is also how I manipulate the positioning of the
checkboxes & dynamically size the panel & the vertical scrollbar.
TIA - Nick