Advertisement
Advertisement
| 03.12.2008 at 08:57AM PDT, ID: 23235545 |
|
[x]
Attachment Details
|
||
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 03.12.2008 at 09:16AM PDT, ID: 21107578 |
1: 2: 3: 4: |
using (StreamWriter writer = new StreamWriter(@"c:\rtf.txt"))
{
writer.Write(this.richTextBox1.Text.Replace("\n", "\r\n"));
}
|