CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2004
    Posts
    1

    wysiwyg html editing

    Currently I'm trying to make a webpage creator with win32 API, but I don't know how other webpage creators get the html rendering + editing capabilities in a window. I'm a beginner at win32 programming...on MSDN i've seen that one can use MSHTML, something microsoft offers for editing in IE. However, I'm not sure if everyone uses MSHTML or if it offers all the customizable editing features I see in web page creators. Any help appreciated, thanks!

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: wysiwyg html editing

    You may want to look at MSHTML, IWebBrowser2, IHTMLDocument2 and such..

    Also, check out this:
    http://www.codeproject.com/editctrl/HtmlEdit.asp

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