Can embed MSWord's capabilities into my app?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Crockett

    Can embed MSWord's capabilities into my app?

    Hi all,

    I need a "textbox" that will let me change word and
    paragraph formatting, do spell checks and save it all
    as .rtf or <html>. I found a third party component
    called RichTextBox, but it appears to be a server-side
    control for ASP apps. My app is going to be a .exe
    written in C# (.NET).

    Anybody have any thoughts?

    John Crockett
    john_phx@invali d.com.hotmail

  • Norman Yuan

    #2
    Re: Can embed MSWord's capabilities into my app?

    RichTextBox control is perfectly suitable for a Windows app that you want.

    "John Crockett" <john_phx@inval id.com.hotmail> wrote in message
    news:2d18501c39 44f$f1774a80$a6 01280a@phx.gbl. ..[color=blue]
    > Hi all,
    >
    > I need a "textbox" that will let me change word and
    > paragraph formatting, do spell checks and save it all
    > as .rtf or <html>. I found a third party component
    > called RichTextBox, but it appears to be a server-side
    > control for ASP apps. My app is going to be a .exe
    > written in C# (.NET).
    >
    > Anybody have any thoughts?
    >
    > John Crockett
    > john_phx@invali d.com.hotmail
    >[/color]


    Comment

    Working...