HTML editor control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mystery Man

    HTML editor control

    Can anyome recommend a good HTML editor control that we could embed
    into our C# application. The HTML editor is primarily used to create
    emails.

    We are looking for basic formatting things like fonts, bolds, colours
    etc

    A .NET managed assembly is preferable.
  • Michael Culley

    #2
    Re: HTML editor control

    There is a control supplied with ie5 and 6 that does this. I think there is a control supplied with dot net that wraps this control.

    --
    Michael Culley


    "Mystery Man" <PromisedOyster @hotmail.com> wrote in message news:87c81238.0 311101923.38383 f19@posting.goo gle.com...[color=blue]
    > Can anyome recommend a good HTML editor control that we could embed
    > into our C# application. The HTML editor is primarily used to create
    > emails.
    >
    > We are looking for basic formatting things like fonts, bolds, colours
    > etc
    >
    > A .NET managed assembly is preferable.[/color]


    Comment

    • Dmitriy Lapshin [C# / .NET MVP]

      #3
      Re: HTML editor control

      Michael,

      I haven't seen a ready-made .NET wrapper for that. Therefore, the original
      poster might want to download the Microsoft DHTML Editor SDK to get more
      information on available APIs, constants and so on.

      --
      Dmitriy Lapshin [C# / .NET MVP]
      X-Unity Test Studio

      Bring the power of unit testing to VS .NET IDE

      "Michael Culley" <mculley@NOSPAM optushome.com.a u> wrote in message
      news:e4wkR$AqDH A.1948@TK2MSFTN GP12.phx.gbl...[color=blue]
      > There is a control supplied with ie5 and 6 that does this. I think there[/color]
      is a control supplied with dot net that wraps this control.[color=blue]
      >
      > --
      > Michael Culley
      >
      >
      > "Mystery Man" <PromisedOyster @hotmail.com> wrote in message[/color]
      news:87c81238.0 311101923.38383 f19@posting.goo gle.com...[color=blue][color=green]
      > > Can anyome recommend a good HTML editor control that we could embed
      > > into our C# application. The HTML editor is primarily used to create
      > > emails.
      > >
      > > We are looking for basic formatting things like fonts, bolds, colours
      > > etc
      > >
      > > A .NET managed assembly is preferable.[/color]
      >
      >[/color]

      Comment

      Working...