I have always found it a painful excersize aligning the text of a label and the text of the associated textbox, that one normally places alongside the label.

In .net I noticed this is still a problem. One can make the label and the textbox the same height and align the tops and the text does not line up. This is because the text in the label is not centered.

Do any of the members have any tips that can make this alignment a simple process.