5,453 questions
You can select MFC in Individual Components tab
When you choose to create a C++ MFC project, a wizard will appear that will automatically create a window with file select button implemented by selecting "Use a menu bar and toolbar" in the wizard.
The classes for the button are CMFCToolBar and CMFCToolBarButton.