CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    CDateTimeCtrl blank field support

    Does anyone know how to make a CDateTimeCtrl support a blank value under program control or user input without using the show none
    property? We do not want the user to be able to turn the control on or off. Whenever we set the value to blank, when the focus is lost
    the control resets the value to the current date. We are using a SetWindowText call to set the value to blank.


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: CDateTimeCtrl blank field support

    Did you get an answer to your problem. I am facing the same problem...



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