Maybe my question was too broad. Simplifying, how can I call the
CreateTextServices function and supply the ITextHost using C#? I can see
Microsoft's documentation at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/richedit/windowlessricheditcontrols/windowlessricheditcontrolsreference/windowlessricheditcontrolfunctions/createtextservices.asp
but there is no details on .Net implementation.
[quoted text, click to view] "Jeff Boeker" wrote:
> Hello,
>
> I'm trying to use the windowless RTF interface provided by ITextServices as
> I cannot find any other standard method for dealing with RTF in C#. Can
> someone please point me to an example or let me know how I can access this
> interface using C#?
>
> Thanks,
>