I am trying to do the following...
VB Code:
  1. TextBox1.Left = 15
  2. Me.Width = TextBox1.Right + 15
But the padding (of 15) is not the same on both sides. It seems like I need to be dealing with the VB6 equivalent of ScaleWidth. Any ideas?