谢谢大家

解决方案 »

  1.   

    很简单
    你可以在程序中置入一个WebBrowser
    就是浏览器
    然后在其中使用FCKEditor
    可以达到你要的效果
    呵呵
    当然硬来是比较痛苦的
      

  2.   

    http://msdn.microsoft.com/workshop/browser/editing/mshtmleditor.aspgood luck
      

  3.   

    IHTMLDocument2接口有个put_designMode方法,如:
    IHTMLDocument2 *spDoc;
    ....
    spDoc->put_designMode(L"On");
    这样可以实现简单的页面编辑,就象Foxmail中设计信件模板的效果。
      

  4.   

    see the HTMLEdit sample (MFC) in MSDN 2002 or later.
      

  5.   

    其实学过编译原理的知道,自己写一个html语法分析,然后高亮关键字就行了
      

  6.   

    http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/mshtml/reference/constants/idm_print.asp
      

  7.   

    http://msdn.microsoft.com/workshop/browser/mshtml/reference/constants/insertimage.asp