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

    DatePicker Control and Alt/F4

    Created a DatePicker control in a dialog with other controls. When any of the controls EXCEPT the DatePicker have focus and the Alt/F4 is hit, the application terminates. When the DatePicker control has focus and the Alt/F4 is hit nothing happens. Any ideas?


  2. #2
    Guest

    Re: DatePicker Control and Alt/F4

    Yeah....somewhere you are eating up that ALT-F4.....perhaps you have something in PreTranslateMessage?



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