Search results for query: *

  1. smith4595

    Question Text Box Formatting Question

    Been messing around with some options and come up with the following: TextBox9.Text = "User Name" & "".PadLeft(30, CChar(".")) & strusername & vbCrLf & _ "Computer Name" & "".PadLeft(30, CChar(".")) & strmachinename & vbCrLf & _ "Serial Number" & "".PadLeft(30, CChar(".")) &...
  2. smith4595

    Question Text Box Formatting Question

    Any chance you could provide an example?
  3. smith4595

    Question Text Box Formatting Question

    I'm relatively new to programming in VB.Net. I've dabbled in it before, but I'm trying to be more proactive at work and create some applications to make some of my work easier (and also help out our end-users). I've created a tool that will pull information about a computer such as username...
Back
Top