VC++ MFC Application - Urgent Help.
Hi,
I am a Junior programer and needs some assistance from someone. I have been asked to write an Editor similar to MS Word (Cut short version). Can anyone help me out my sending a ready made code by which I can enhance upon it?. Please help me out. My knowledge of MFC is also limited.
But I am ready to struggle.
Thanks.
Rendu
Re: VC++ MFC Application - Urgent Help.
Use the MFC app wiz to create a MDI project based on CEditView. MFC will get you a good start, will even have printing support all setup for you.
Re: VC++ MFC Application - Urgent Help.
Quote:
Originally Posted by dave18285
Use the MFC app wiz to create a MDI project based on CEditView.
Or use CRichEditView - then you will even get basic RTF formatting functionality.
Re: VC++ MFC Application - Urgent Help.
You need to write this aplication in MFC, have you acces to Borland c++ builder. If you are new one in windows programming it is for you. Thre is the most simply way to write windwos like aplications
Re: VC++ MFC Application - Urgent Help.
I think if you want to build a professional editor like MS Word,other third part library is a good choice,such as:
For drawing,use XD++ MFC Library.
For text editing,use TX Library.
For interface,use others.
Jack
Re: VC++ MFC Application - Urgent Help.
Hi,
Thanks to all of you for your kind replies. I will try out each of the option.
Regards