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

C#

 
QuestionQuery for multiple occurance in Column Pin
Nikhil Bhivgade26-Jun-10 2:30
professionalNikhil Bhivgade26-Jun-10 2:30 
AnswerRe: Query for multiple occurance in Column Pin
Pete O'Hanlon26-Jun-10 2:33
mvePete O'Hanlon26-Jun-10 2:33 
QuestionHTML Page download in C# Pin
makumazan8426-Jun-10 1:58
makumazan8426-Jun-10 1:58 
GeneralRe: HTML Page download in C# Pin
harold aptroot26-Jun-10 2:24
harold aptroot26-Jun-10 2:24 
GeneralRe: HTML Page download in C# [modified] Pin
makumazan8426-Jun-10 3:48
makumazan8426-Jun-10 3:48 
QuestionProblem on XMLUnSerialize Pin
Tiago Conceição26-Jun-10 1:33
Tiago Conceição26-Jun-10 1:33 
QuestionJoin RTF Pin
Sebastian T Xavier25-Jun-10 19:21
Sebastian T Xavier25-Jun-10 19:21 
AnswerRe: Join RTF Pin
Abhinav S25-Jun-10 22:19
Abhinav S25-Jun-10 22:19 
I found a neat little workaround that you could try -

1. Create two instances of RichTextBox in the application.
2. Load the first RTF file into the first RichTextBox control.
3. Select and copy the content in the first RichTextBox control to
Clipboard by calling the SelectAll and Copy methods of the RichTextBox
class.
4. Paste the content (from Clipboard) to the second RichTextBox control by
calling the RichTextBox.Paste method.

That should give you merged rtf text...
GeneralRe: Join RTF Pin
Sebastian T Xavier27-Jun-10 18:41
Sebastian T Xavier27-Jun-10 18:41 
AnswerRe: Join RTF Pin
Xmen Real 26-Jun-10 4:32
professional Xmen Real 26-Jun-10 4:32 
QuestionPopulate a Table with Recordset [modified] Pin
ASPnoob25-Jun-10 18:44
ASPnoob25-Jun-10 18:44 
AnswerRe: Populate a Table with Recordset Pin
Roger Wright25-Jun-10 19:32
professionalRoger Wright25-Jun-10 19:32 
AnswerRe: Populate a Table with Recordset Pin
Richard MacCutchan25-Jun-10 22:23
mveRichard MacCutchan25-Jun-10 22:23 
GeneralRe: Populate a Table with Recordset Pin
Pete O'Hanlon26-Jun-10 2:28
mvePete O'Hanlon26-Jun-10 2:28 
GeneralRe: Populate a Table with Recordset Pin
Richard MacCutchan26-Jun-10 2:59
mveRichard MacCutchan26-Jun-10 2:59 
Questioni need a very simple chat application Pin
Nikhil Bhivgade25-Jun-10 2:27
professionalNikhil Bhivgade25-Jun-10 2:27 
AnswerRe: i need a very simple chat application Pin
OriginalGriff25-Jun-10 2:46
mveOriginalGriff25-Jun-10 2:46 
GeneralRe: i need a very simple chat application Pin
Luc Pattyn25-Jun-10 3:12
sitebuilderLuc Pattyn25-Jun-10 3:12 
GeneralRe: i need a very simple chat application Pin
OriginalGriff25-Jun-10 3:18
mveOriginalGriff25-Jun-10 3:18 
GeneralRe: i need a very simple chat application Pin
Luc Pattyn25-Jun-10 3:37
sitebuilderLuc Pattyn25-Jun-10 3:37 
AnswerRe: i need a very simple chat application Pin
Richard MacCutchan25-Jun-10 2:49
mveRichard MacCutchan25-Jun-10 2:49 
AnswerRe: i need a very simple chat application Pin
PIEBALDconsult25-Jun-10 4:03
mvePIEBALDconsult25-Jun-10 4:03 
AnswerRe: i need a very simple chat application Pin
Blue_Boy25-Jun-10 12:36
Blue_Boy25-Jun-10 12:36 
QuestionNot all code paths return a value Pin
Nikhil Bhivgade25-Jun-10 1:50
professionalNikhil Bhivgade25-Jun-10 1:50 
AnswerRe: Not all code paths return a value PinPopular
harold aptroot25-Jun-10 1:57
harold aptroot25-Jun-10 1:57 

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.