View Single Post
Old 02-25-2013, 10:30 PM   PM User | #5
Sherby
New Coder

 
Join Date: Aug 2009
Posts: 15
Thanks: 2
Thanked 0 Times in 0 Posts
Sherby is an unknown quantity at this point
Re: Textbox properties

Me.txtGuess.Font = New System.Drawing.Font("Microsoft Sans Serif", 21.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.txtGuess.Location = New System.Drawing.Point(11, 105)
Me.txtGuess.MaxLength = 1
Me.txtGuess.Name = "txtGuess"
Me.txtGuess.Size = New System.Drawing.Size(89, 40)
Me.txtGuess.TabIndex = 2
'
Sherby is offline   Reply With Quote