You are on page 1of 1

Open Microsoft Visual C++ Click on File option and select Open Workspace then select OpCenter.

dsw (browse and select in the source code folder). Under Resource View select the Menu folder and select IDR_MAINFRAME and click it. Upon clicking the IDR_MAINFRAME you will get the following menu bar

Select the File>>>>New View.then copy ID_FILE_NEWTASK in the search bar and search it. Then in the results bar select ON_COMMAND(ID_FILE_NEWTASK, OnFileNewView) Rightclick on the OnFileNewView then select Go To Definition of OnFileNewView.
// Display the dialog. When user clicks OK, dlgView.DoModal() returns IDOK.

You might also like