Re: Richedit control

2004-09-04 Thread Mike McCormack
Krzysztof Foltman wrote: As the company I work for is interested in licensing it from me, I could double license it to be used both in Wine and the proprietary application (which wouldn't like the rocksucking API and horrible limitations of the original RichEdit). Of course, that doesn't make

Re: Richedit control

2004-09-04 Thread Krzysztof Foltman
Mike McCormack wrote: I'm going to play with the richedit control to try get it to draw RTF documents with formatting. I've started the richedit thing long ago, and now I have some working text wrapping code ready. So far it can use different fonts and attributes (with row height a

Richedit control

2004-08-28 Thread Mike McCormack
Hi All, I'm going to play with the richedit control to try get it to draw RTF documents with formatting. My plan is to write a program that can display but not edit, then let somebody else add the editting functionality afterwards :) Once I can get the attached program to work, the pl