Word spell checker ActiveX with C# of MS WORD

Does anyone know how i can use the word spelling activex of MS WORD

If you have articles on how to please let me know.

Also, is it complicated

Thanks,


Answer this question

Word spell checker ActiveX with C# of MS WORD

  • Andychay

    GoDaddy wrote:
    Thanks peeps exactly what i needed.

    One more thing ..

    using Word; is that using the activeX


    No, you will permit the use of types in a namespace so you don't have to write the full type and namespace each time.

    See using Directive (C# Reference) for more information.

    GoDaddy wrote:
    I don't really understand what an active X is ....


    A loosely defined set of technologies developed by Microsoft. ActiveX is an outgrowth of two other Microsoft technologies called OLE (Object Linking and Embedding) and COM (Component Object Model). As a moniker, ActiveX can be very confusing because it applies to a whole set of COM-based technologies. Most people, however, think only of ActiveX controls, which represent a specific way of implementing ActiveX technologies.


  • Ken Curtiss

    Hi,

    Please visit my post at
    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=471785&SiteID=1

    Although its in Vb.net but same steps will be for the C#.
    If you have problem understand this then you can ask for C# version i will try to provide you.



  • Kevison

    Hi,

    You mean C# follow this link...

    http://www.codeproject.com/csharp/spellcheckdemo.asp



  • zipfeli

    Thanks peeps exactly what i needed.

    One more thing ..

    using Word; is that using the activeX

    I don't really understand what an active X is ....

  • Tom Phillips

    is there a tutorial somewhere on the net



  • Tjam

    GoDaddy wrote:
    is there a tutorial somewhere on the net


    Check these articles at codeproject:


  • Word spell checker ActiveX with C# of MS WORD