Thread: Label question
View Single Post
  #1 (permalink)  
Old 11-06-2009, 4:39 PM
daveofgv daveofgv is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Sep 2008
Posts: 83
Reputation: 48
daveofgv will become famous soon enoughdaveofgv will become famous soon enough
Question Label question

I have a label which is connected to my.settings file. I need it to type from center out, however, right now is types from left to right. Since the user will type their name in a text box on one from (that is connected to the same settings file) it will appear on another form with the label.

I tried textalign property, but that does not do the trick.

I need it (label) to be like center align in word where the cursor automatically goes to the center of the page.

That way everything is even from center out. I need it to make the center of their name always center of the form.

Hope everyone understands what I am trying to ask.....

Thanks in advanced

daveofgv

Last edited by daveofgv; 11-06-2009 at 4:48 PM.
Reply With Quote