0

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

Rajasekhar
  • 19
  • 3

1 Answers1

1

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.

MikMik
  • 3,426
  • 2
  • 23
  • 41