Hai all,
I am doing Notepad application in Dialog Based Application. So I need source code for buiding this application. If anybody is having source code please help me...................
Bye,
R.Ragu
Printable View
Hai all,
I am doing Notepad application in Dialog Based Application. So I need source code for buiding this application. If anybody is having source code please help me...................
Bye,
R.Ragu
Are you doing that application, or searcing for source code?Quote:
Originally Posted by r_ragupathi
You mean you want a "notepad-like" application.
If dialog-based is not a requirement, then better is to use MFC AppWizard to create an SDI application and choose CEditView for base class in Step 6 of 6. This takes less than one minute to create what you want.