wordpad

What's the best way to save a RichTextFile in C#?

I'm trying to create a notepad/wordpad clone. I want to save it in .rtf format so that it can be read by wordpad. How do I save a do this in C#? ...

Window CE 6 Wordpad replacement

Hi, I'm developing a Win CE 6 OS image and want to make it fit in the "Windows Embedded CE 6.0 Core Run-Time License". This means, among other things, that I have to remove the Wordpad application. From a product service and development perspective I'd like to replace it with something similar but free. One thought was to do a simple ...

How to use the ribbon in my .NET applications?

This is what WordPad looks like in Windows 7: The ribbon is also in paint. Which leads me to think that the ribbon is "hidden" somewhere in a dll file that I could import into my C# apps. Is this true? If not how did Microsoft make the ribbon. Yes I'm aware that there are already companies who have made the ribbon for C# but I want ...

Crystal Reports VS 2008 Different Wrapping Behavior

I have a text box which is 7.5" wide and I set Can Grow. Inside the textbox I have placed a TEXT database field. I set the field to use the RTF format. When I export the report to PDF on the developer machine I am able to get the word wrapping where it should be (after the finagling with the right margin). However, when I export the repo...

How to set Wordpad's default plain-text font ?

I much prefer Wordpad to Notepad in Windows 7 for quickly checking out source files, namely because Notepad doesn't display most correctly if the file was written in Unix. However it saddens me that I can't chose the plain-text mode's default font. Is there a way to change it? I'm guessing registry here, if at all. ...