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

Thread: ENTER

  1. #1
    Join Date
    Aug 1999
    Posts
    13

    ENTER

    How can I use ENTER key to press the button in the dialog?
    Thanks in advance, pauel.


  2. #2
    Join Date
    Jul 1999
    Location
    Romania - Iasi
    Posts
    558

    Re: ENTER

    Go in the properties of button and check "default button" properties
    Let me know if this help u
    Regards,
    Ovidiu


  3. #3
    Join Date
    Jul 1999
    Posts
    13

    Re: ENTER

    in your .rc file declare it using the keyword DEFPUSHBUTTON instead of PUSHBUTTON.


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