Fix "/" in Date vb6 text box so that user does not need to type it

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • roy95
    New Member
    • Feb 2013
    • 1

    #1

    Fix "/" in Date vb6 text box so that user does not need to type it

    I have a textbox on my form, i want to enter date in the textbox, but i want that in the textbox two "/ /" should always be fixed there so that the user need not need to type the "/",

    please help this is very important for my school project,
    Thanks,
  • Mikkeee
    New Member
    • Feb 2013
    • 94

    #2
    The masked edit control should give you what you need.
    http://msdn.microsoft.com/en-us/libr...(v=vs.60).aspx

    Comment

    Working...