BCGControlBar Pro for MFC
virtual void CBCGPEdit::OnBrowse ( )
protectedvirtual

Called by the framework when the user has clicked the browse button.

OnBrowse is called when the user has just clicked the browse button and a browse dialog is about to be displayed. You have to override this method in a derived class if the edit control works in the "custom browse mode" (e.g. the browse button has been enabled by EnableBrowseButton() method). In the overridden function you have to execute a custom browse action and update the edit control with the result.

For other modes OnBrowse displays an appropriate dialog.