CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    May 2005
    Posts
    17

    Unhappy 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

  2. #2
    Join Date
    May 2005
    Posts
    25

    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.

  3. #3
    Join Date
    Sep 2002
    Location
    14° 39'19.65"N / 121° 1'44.34"E
    Posts
    9,815

    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.

  4. #4
    Join Date
    Mar 2004
    Location
    Ukraine
    Posts
    170

    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)

  5. #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

  6. #6
    Join Date
    May 2005
    Posts
    17

    Talking 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
  •  





Click Here to Expand Forum to Full Width

Featured