Masked Edit Box Start Position

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tom provan
    New Member
    • Jul 2006
    • 1

    Masked Edit Box Start Position

    When I use the masked edit box, I can tab to it and the cursor will go to the start of the box.
    However if I click on it the cursor goes to wherever I clicked.
    How can I make a click go to start position one

    tom provan
  • Hemant Pathak
    Recognized Expert New Member
    • Jul 2006
    • 92

    #2
    its so simple use it code

    Private Sub MaskEdBox1_GotF ocus()
    MaskEdBox1.SelS tart = 0
    End Sub


    enjoy.......... ............... ..........

    Comment

    Working...