Levicki's Tech Spot · Aug 3, 2013
Visual Studio 2012 and CMFCEditBrowseCtrl browse button
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
If you wrote an MFC dialog-based application using CMFCEditBrowseCtrl which worked properly until you updated to Visual Studio 2012 and now one of the controls is missing its browse button here is a workaround. Just add the line shown in bold to your code: BOOL CYourAwesomeDlg::OnInitDialog() { CDialogEx::OnInitDialog(); ...…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.