How can i add a submit button to an Edit Box in MFC(VC++). Similar to “Search Edit Box” in Windows Explorer or File Open Dialog in MS Office Applications.
Please suggest
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you are using Visual Studio 2008 SP1 or newer, you can use CMFCEditBrowseCtrl. It’s an Edit control with a button. You can customize the button image as well as the behaviour when the user clicks the button.