Click here to Skip to main content
15,886,919 members
Home / Discussions / C#
   

C#

 
AnswerRe: problem using Response.Flush Pin
Vasudevan Deepak Kumar4-Apr-06 5:12
Vasudevan Deepak Kumar4-Apr-06 5:12 
QuestionApplication in a Fixed dialog like window Pin
Dave McCool3-Apr-06 22:17
Dave McCool3-Apr-06 22:17 
AnswerRe: Application in a Fixed dialog like window Pin
Glaxalg4-Apr-06 4:45
Glaxalg4-Apr-06 4:45 
Questionjoining two richtextboxes Pin
john343-Apr-06 22:07
john343-Apr-06 22:07 
AnswerRe: joining two richtextboxes Pin
Robert Rohde3-Apr-06 22:50
Robert Rohde3-Apr-06 22:50 
AnswerRe: joining two richtextboxes Pin
CooperWu3-Apr-06 23:07
CooperWu3-Apr-06 23:07 
AnswerRe: joining two richtextboxes Pin
john344-Apr-06 4:52
john344-Apr-06 4:52 
GeneralRe: joining two richtextboxes Pin
Richard Parsons4-Apr-06 11:22
Richard Parsons4-Apr-06 11:22 
Have you tried something like
rtb = RichTextBox

//if you need the styles to copy also
rtb3.RTF = rtb1.RTF + rtb2.RTF

//if you don't care about the styles
rbt3.Text = rtb1.Text + rtb2.Text

-Richard
GeneralRe: joining two richtextboxes Pin
john344-Apr-06 23:27
john344-Apr-06 23:27 
GeneralRe: joining two richtextboxes Pin
Richard Parsons6-Apr-06 3:36
Richard Parsons6-Apr-06 3:36 
QuestionHow to use simple c++ console app in C# Pin
hg27053-Apr-06 21:50
hg27053-Apr-06 21:50 
AnswerRe: How to use simple c++ console app in C# Pin
Stefan Troschuetz3-Apr-06 21:59
Stefan Troschuetz3-Apr-06 21:59 
GeneralRe: How to use simple c++ console app in C# Pin
hg27053-Apr-06 22:05
hg27053-Apr-06 22:05 
GeneralRe: How to use simple c++ console app in C# Pin
Stefan Troschuetz3-Apr-06 23:43
Stefan Troschuetz3-Apr-06 23:43 
GeneralRe: How to use simple c++ console app in C# Pin
Dan Neely4-Apr-06 2:10
Dan Neely4-Apr-06 2:10 
AnswerRe: How to use simple c++ console app in C# Pin
Vasudevan Deepak Kumar4-Apr-06 5:10
Vasudevan Deepak Kumar4-Apr-06 5:10 
GeneralRe: How to use simple c++ console app in C# Pin
Expert Coming4-Apr-06 20:42
Expert Coming4-Apr-06 20:42 
Questionhow to download directx 9.0 SDK for framework 1.0 ? Pin
hdv2123-Apr-06 20:59
hdv2123-Apr-06 20:59 
AnswerRe: how to download directx 9.0 SDK for framework 1.0 ? Pin
leppie4-Apr-06 0:37
leppie4-Apr-06 0:37 
AnswerRe: how to download directx 9.0 SDK for framework 1.0 ? Pin
Vasudevan Deepak Kumar4-Apr-06 5:11
Vasudevan Deepak Kumar4-Apr-06 5:11 
QuestionBase Class or common static method? Pin
moazzamahmed3-Apr-06 20:05
moazzamahmed3-Apr-06 20:05 
AnswerRe: Base Class or common static method? Pin
Maqsood Ahmed3-Apr-06 20:38
Maqsood Ahmed3-Apr-06 20:38 
GeneralRe: Base Class or common static method? Pin
moazzamahmed4-Apr-06 6:11
moazzamahmed4-Apr-06 6:11 
AnswerRe: Base Class or common static method? Pin
Nicholas Butler3-Apr-06 22:07
sitebuilderNicholas Butler3-Apr-06 22:07 
GeneralRe: Base Class or common static method? Pin
Maqsood Ahmed4-Apr-06 2:04
Maqsood Ahmed4-Apr-06 2:04 

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.