K Katrina Dec 11, 2003 #1 How does one display a tab in a Label in VB.NET? vbTab does not seem to work.
A Armin Zingler Dec 11, 2003 #2 Katrina said: How does one display a tab in a Label in VB.NET? vbTab does not seem to work. Click to expand... How does a tab look like?
Katrina said: How does one display a tab in a Label in VB.NET? vbTab does not seem to work. Click to expand... How does a tab look like?
K Katrina Dec 11, 2003 #3 A number of spaces that separate my output into columns. Just like when you press the Tab key in Word.
A number of spaces that separate my output into columns. Just like when you press the Tab key in Word.
A Armin Zingler Dec 11, 2003 #4 Katrina said: A number of spaces that separate my output into columns. Just like when you press the Tab key in Word. Click to expand... Oh, I see. I think there are no tab positions in a label. You'd have to insert blanks. Or use a read-only textbox that supports tabs.
Katrina said: A number of spaces that separate my output into columns. Just like when you press the Tab key in Word. Click to expand... Oh, I see. I think there are no tab positions in a label. You'd have to insert blanks. Or use a read-only textbox that supports tabs.