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
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
Copyright © 2021 Jogjafile Inc.
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.