Search results for query: *

  • Users: alex_ea_2a
  • Content: Threads
  • Order by date
  1. A

    Date MaskedTextBox

    I have simple MaskedTextBox designed to enter dates with the format mm/dd/yy. My code is Dim dteCurrent As Date = Now Me.mtxtKeyDate.Text = dteCurrent ...very simple, the result is: 61/22/006_ That means that it reads 6/12/2006, I need 06/12/2006. How can I add that zero that...
  2. A

    ID and password using a DataBase

    I have two textboxes designed for an ID and a password. This form is connected to a database that contains a table with ID's a passwords. The form also has a button and a hidden image. If the ID and passwords matches correctly with the information on the database, after clicking the button the...
  3. A

    telephone formatting

    How can I make a text box to be formatted (###)###-####. Is it possible to do it just like is done in access?
  4. A

    Counter control loop

    I need some help with a simple problem. I created a project with a label control "0" and a button control. I Added instructions to a button click handler, so that every time the button is pressed the number in the control increases by 1. Basicalley what I need is a counter that gives me the...
Back
Top