Click here to Skip to main content
15,905,607 members
Home / Discussions / C#
   

C#

 
QuestionC# programm merging pdf files Pin
nstk6-Jun-10 6:39
nstk6-Jun-10 6:39 
AnswerRe: C# programm merging pdf files Pin
Richard MacCutchan6-Jun-10 6:51
mveRichard MacCutchan6-Jun-10 6:51 
AnswerRe: C# programm merging pdf files Pin
dan!sh 6-Jun-10 7:18
professional dan!sh 6-Jun-10 7:18 
AnswerRe: C# programm merging pdf files Pin
Johnny J.6-Jun-10 23:37
professionalJohnny J.6-Jun-10 23:37 
QuestionGetting cookies from IE process. [modified] Pin
Evgeni575-Jun-10 20:19
Evgeni575-Jun-10 20:19 
QuestionGet object count Pin
ruknil5-Jun-10 9:39
ruknil5-Jun-10 9:39 
QuestionRendering a page break in WinForms RichTextBox Pin
The Man from U.N.C.L.E.5-Jun-10 9:06
The Man from U.N.C.L.E.5-Jun-10 9:06 
AnswerRe: Rendering a page break in WinForms RichTextBox Pin
Luc Pattyn5-Jun-10 10:24
sitebuilderLuc Pattyn5-Jun-10 10:24 
This is what I know about the matter, mostly from reading the RTF specification and from experimenting (I did quite some work on tables, perfectly readable in WordPad):

- there are hundreds of RTF commands;
- Word can create RTF documents, and will use a lot of the existing commands;
- WordPad can create RTF documents, and will use only few of the existing commands;
- WordPad can show a lot of RTF stuff it does not let you create interactively;
- RichTextBox shows RTF documents pretty much the same as WordPad does.
- RTF has a \page command
- WordPad shows it as an empty line


From that I would conclude:
- by default RTB hardly renders a page command
- you can of course add whatever text and formatting code you like whenever you also insert a page command; that is after all what Word does when it creates headers and footers for you.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

GeneralRe: Rendering a page break in WinForms RichTextBox Pin
The Man from U.N.C.L.E.5-Jun-10 11:10
The Man from U.N.C.L.E.5-Jun-10 11:10 
GeneralRe: Rendering a page break in WinForms RichTextBox Pin
Luc Pattyn5-Jun-10 11:36
sitebuilderLuc Pattyn5-Jun-10 11:36 
QuestionProblem with Listview,help! Pin
imbiz5-Jun-10 7:31
imbiz5-Jun-10 7:31 
AnswerRe: Problem with Listview,help! Pin
Henry Minute5-Jun-10 8:05
Henry Minute5-Jun-10 8:05 
AnswerRe: Problem with Listview,help! Pin
Luc Pattyn5-Jun-10 8:07
sitebuilderLuc Pattyn5-Jun-10 8:07 
GeneralRe: Problem with Listview,help! Pin
Henry Minute5-Jun-10 8:30
Henry Minute5-Jun-10 8:30 
GeneralRe: Problem with Listview,help! Pin
Luc Pattyn5-Jun-10 8:46
sitebuilderLuc Pattyn5-Jun-10 8:46 
GeneralRe: Problem with Listview,help! Pin
Henry Minute5-Jun-10 9:05
Henry Minute5-Jun-10 9:05 
GeneralRe: Problem with Listview,help! Pin
Luc Pattyn5-Jun-10 11:38
sitebuilderLuc Pattyn5-Jun-10 11:38 
GeneralRe: Problem with Listview,help! Pin
Henry Minute5-Jun-10 11:43
Henry Minute5-Jun-10 11:43 
GeneralRe: Problem with Listview,help! Pin
Luc Pattyn5-Jun-10 11:55
sitebuilderLuc Pattyn5-Jun-10 11:55 
GeneralRe: Problem with Listview,help! Pin
imbiz5-Jun-10 16:02
imbiz5-Jun-10 16:02 
GeneralRe: Problem with Listview,help! Pin
imbiz5-Jun-10 16:21
imbiz5-Jun-10 16:21 
QuestionUsing connection continuously Pin
teknolog1235-Jun-10 6:36
teknolog1235-Jun-10 6:36 
AnswerRe: Using connection continuously Pin
Not Active5-Jun-10 7:02
mentorNot Active5-Jun-10 7:02 
GeneralRe: Using connection continuously Pin
teknolog1235-Jun-10 8:30
teknolog1235-Jun-10 8:30 
GeneralRe: Using connection continuously Pin
Luc Pattyn5-Jun-10 8:50
sitebuilderLuc Pattyn5-Jun-10 8:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.