Results 1 to 2 of 2

Thread: MaskEdBox with Value

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Location
    Thailand
    Posts
    13

    MaskEdBox with Value

    Please help me..I use Object -MaskEdBox and I want to clear value in it. I can't do it when I return value to MaskEdBox
    I use MaskEdBox.FormattedText but can't return value to object-MaskEdBox.Please suggest for solve this problem.
    www_vb_ok

  2. #2
    Addicted Member
    Join Date
    Aug 2002
    Posts
    224
    Hi,

    AxMaskEdBox1.CtlText = Format(Date.Today, "dd/MM/yy")

    TextBox1.Text = AxMaskEdBox1.CtlText

    Have a nice day

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width