|
-
May 28th, 2005, 10:06 AM
#1
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
-
May 28th, 2005, 03:52 PM
#2
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.
-
May 28th, 2005, 06:31 PM
#3
Re: VC++ MFC Application - Urgent Help.
 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.
-
May 29th, 2005, 09:12 AM
#4
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
God could improve essentially a
human nature, but he
was too anxious with compatibility
with the monkey.
(Eugeny Goldberg)
-
May 30th, 2005, 11:26 PM
#5
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
-
June 1st, 2005, 07:19 PM
#6
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|