CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    2

    Edit control - hyphens

    In my form view edit controls, hyphens ("-")
    doesnot appear at all when I type in them. What
    could be the problem. When I press Alt+0173, hyphens appear in the edit control, but not when I type '-'.


  2. #2
    Guest

    Re: Edit control - hyphens

    This may be a silly suggestion/question but is it a number field? number fields don't allow hyphens to the best of my knowledge.



  3. #3
    Join Date
    Apr 1999
    Posts
    2

    Re: Edit control - hyphens

    This is not a number control.

    Thanks


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

Featured