Programming Tutorial
Home
- Select New from the File menu.
- Select MFC AppWizard (exe).
- Type the name of your project in the Project name box.
- Select the location where you want the project to be saved in the Location box.
- Click the OK button.
- Select the Single document radio button.
- Click the Next button.
- Click the Next button.
- Click the Next button.
- Click the Advanced button.
- Type txt or any other file extension you want in the File extension box (e.g. If you want to make a VB Script editor, type vbs).
- Click the Close button.
- Click the Next button.
- Click the Next button.
- Select CEditView from the Base class list.
- Click the Finish button.
- Click the OK button.
- Press Ctrl+F5 or Execute YourProjectName.exe from the Build menu.
- Congratulations. You just made a text editor.
- Try it out.