CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jul 2002
    Location
    Boston, MA
    Posts
    335

    VML editing width MSHTML and WebBrowser Control

    Hi, everybody!

    I am working on application where I need to provide some VML editing capabilities. I am pretty sure that MSHTML should serve me well here. Also while it provides a pretty easy way of designing HTML it lacks the VML editing capabilities. Right now I am looking into the IHTMLEditDesigner and IHTMLEditHost interfaces and wondering if I am on the right track.

    Since I have not worked with MSHTML before I would greatly appreciate if somebody could give me a push in the right direction.

    Thank you.
    Last edited by gradiov; February 11th, 2003 at 01:25 PM.

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