Click here to Skip to main content
15,914,109 members
Home / Discussions / C#
   

C#

 
AnswerRe: Argument issues Pin
Christian Graus25-Jan-07 18:10
protectorChristian Graus25-Jan-07 18:10 
GeneralRe: Argument issues Pin
Saira Tanwir25-Jan-07 18:27
Saira Tanwir25-Jan-07 18:27 
GeneralRe: Argument issues Pin
Christian Graus25-Jan-07 18:31
protectorChristian Graus25-Jan-07 18:31 
GeneralRe: Argument issues Pin
Saira Tanwir25-Jan-07 18:35
Saira Tanwir25-Jan-07 18:35 
AnswerRe: Argument issues Pin
Karthik Kalyanasundaram25-Jan-07 18:36
Karthik Kalyanasundaram25-Jan-07 18:36 
GeneralRe: Argument issues Pin
bobsugar22225-Jan-07 21:42
bobsugar22225-Jan-07 21:42 
QuestionMS ReportViewer Cause Application Error Pin
kakarato25-Jan-07 16:12
kakarato25-Jan-07 16:12 
QuestionRich Text Box to Rich Text Box - Help! Pin
rvp717y25-Jan-07 12:57
rvp717y25-Jan-07 12:57 
Hi there,
I'm creating an application to securely record information typed in by the user.

A main window (let's call it 'A') with a large RTF box displays the text so far - this text box is read-only to preserve the integrity of previous entries, so no editing is allowed here.

When the user wants to post a new entry the they click a button and a new RTF box appears (call this one 'B') - into this the user can type or paste RTF compliant entries, when done, clicks "OK" and the contents of this RTF box (B) need to be added to the read-only main window (A).

I don't have a problem with the protection and getting stuff from B into A - however I have a major problem maintaining the RTF formatting when taking the contents of one RTF control and appending it to the contents of the other read-only version!

I don't want to save RTF from B to file and read that in to A as this will present the opportunity to subvert the process and add additional material. Likewise, I can make this work very reliably if I stick with plain text - but the moment I want to retain the RTF formatting it all gets very hard.

Any thoughts?

Kind regards,
John.
AnswerRe: Rich Text Box to Rich Text Box - Help! Pin
Luc Pattyn25-Jan-07 14:25
sitebuilderLuc Pattyn25-Jan-07 14:25 
GeneralRe: Rich Text Box to Rich Text Box - Help! Pin
rvp717y26-Jan-07 9:10
rvp717y26-Jan-07 9:10 
AnswerRe: Rich Text Box to Rich Text Box - Help! Pin
bobsugar22225-Jan-07 23:15
bobsugar22225-Jan-07 23:15 
AnswerRe: Rich Text Box to Rich Text Box - Help! Pin
bobsugar22225-Jan-07 23:31
bobsugar22225-Jan-07 23:31 
GeneralRe: Rich Text Box to Rich Text Box - Help! Pin
rvp717y26-Jan-07 9:12
rvp717y26-Jan-07 9:12 
Questionc# to excel Pin
barak16048725-Jan-07 11:28
barak16048725-Jan-07 11:28 
AnswerRe: c# to excel Pin
Ravi Bhavnani25-Jan-07 11:35
professionalRavi Bhavnani25-Jan-07 11:35 
AnswerRe: c# to excel [modified] Pin
mihksoft25-Jan-07 20:05
mihksoft25-Jan-07 20:05 
Answerthank u it helped :) Pin
barak16048726-Jan-07 0:38
barak16048726-Jan-07 0:38 
QuestionSuspending event handling Pin
Drew McGhie25-Jan-07 10:26
Drew McGhie25-Jan-07 10:26 
AnswerRe: Suspending event handling Pin
Abisodun25-Jan-07 11:14
Abisodun25-Jan-07 11:14 
QuestionCast methods Pin
Aaron VanWieren25-Jan-07 10:21
Aaron VanWieren25-Jan-07 10:21 
AnswerRe: Cast methods Pin
Marc Clifton25-Jan-07 12:26
mvaMarc Clifton25-Jan-07 12:26 
GeneralRe: Cast methods Pin
Aaron VanWieren25-Jan-07 12:31
Aaron VanWieren25-Jan-07 12:31 
GeneralRe: Cast methods Pin
Abisodun25-Jan-07 13:48
Abisodun25-Jan-07 13:48 
AnswerRe: Cast methods Pin
Christian Graus25-Jan-07 15:48
protectorChristian Graus25-Jan-07 15:48 
Questionrecord stream from webcam Pin
sini8725-Jan-07 9:30
sini8725-Jan-07 9:30 

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.