text

  1. A

    How do you align text in textboxes (left, center, right)

    Hi all, I am using Visual Basic 2008 Express Edition. I have completed a small Windows app. On the way I noticed that I couldn't find a way of aligning the text in my text boxes (in Office VBA, which I know quite well, this would be the TextAlign property, with values TextAlignLeft...
  2. T

    VB console app input field

    i know it seems silly to make a console app but sometimes i just need to make quick tools for myself and don't want to bother with a GUI, so what i am trying to make is an app that will display data but accept input from a command line. I have used the Console.In.ReadLine() but i want a command...
Back
Top