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

    How to build a VISUAL WEBPAGE EDITOR/DESIGNER

    Hi, I need to build an application that acts like a visual webpage editor/designer, which can incorporate text, pictures, symbols/icons, tables, etc. Something like Microsoft FrontPage Editor, Netscape Composer or Macromedia Dreamweaver.

    I tried RichTextBox control but it lacks many features that I need (I could be wrong).

    I would really appreciate if anybody out there could help me solve this problem.

    Thanks a lot. :-)


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: How to build a VISUAL WEBPAGE EDITOR/DESIGNER

    VB 6 comes with a DHTML Editing control for IE 5 "..., which gives you WYSIWYG HTML editing."


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