Click here to Skip to main content
15,891,513 members
Home / Discussions / C#
   

C#

 
GeneralRe: Events and delegates, recursive calling? Pin
Shao Voon Wong18-Jan-09 21:42
mvaShao Voon Wong18-Jan-09 21:42 
AnswerRe: Events and delegates, recursive calling? [modified] Pin
Luc Pattyn18-Jan-09 21:28
sitebuilderLuc Pattyn18-Jan-09 21:28 
GeneralRe: Events and delegates, recursive calling? Pin
Shao Voon Wong18-Jan-09 21:36
mvaShao Voon Wong18-Jan-09 21:36 
GeneralRe: Events and delegates, recursive calling? Pin
N a v a n e e t h18-Jan-09 21:48
N a v a n e e t h18-Jan-09 21:48 
AnswerRe: Events and delegates, recursive calling? [modified] Pin
Luc Pattyn18-Jan-09 22:07
sitebuilderLuc Pattyn18-Jan-09 22:07 
GeneralRe: Events and delegates, recursive calling? Pin
N a v a n e e t h18-Jan-09 22:11
N a v a n e e t h18-Jan-09 22:11 
AnswerRe: Events and delegates, recursive calling? Pin
S. Senthil Kumar19-Jan-09 0:08
S. Senthil Kumar19-Jan-09 0:08 
QuestionCopy OLE objects from clipboard into RichTextBox Pin
mailtogj18-Jan-09 17:24
mailtogj18-Jan-09 17:24 
Hi
There is a peculiar requirement of copying in clipboard data as an OLE object into a RichTextBox.

I am using the clipboard object to retrieve the contents in an rtf format.

this.richTextBox1.SelectedRtf = Clipboard.GetData(System.Windows.Forms.DataFormats.Rtf).ToString();

Is it possible to copy the clipboard data as OLE object rather than an rtf.

Regards
Gaurav
AnswerRe: Copy OLE objects from clipboard into RichTextBox Pin
Eddy Vluggen18-Jan-09 22:09
professionalEddy Vluggen18-Jan-09 22:09 
Questiondouble pointer and bool Pin
lawrenceinba18-Jan-09 17:10
lawrenceinba18-Jan-09 17:10 
AnswerRe: double pointer and bool Pin
N a v a n e e t h18-Jan-09 19:43
N a v a n e e t h18-Jan-09 19:43 
Questionhow to convert it to c# Pin
lawrenceinba18-Jan-09 17:08
lawrenceinba18-Jan-09 17:08 
AnswerRe: how to convert it to c# Pin
N a v a n e e t h18-Jan-09 19:42
N a v a n e e t h18-Jan-09 19:42 
Questiontrue becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 16:47
thrakazog18-Jan-09 16:47 
AnswerRe: true becomes false, then insanity becomes true. Pin
Mycroft Holmes18-Jan-09 16:56
professionalMycroft Holmes18-Jan-09 16:56 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 18:42
thrakazog18-Jan-09 18:42 
AnswerRe: true becomes false, then insanity becomes true. Pin
«_Superman_»18-Jan-09 16:59
professional«_Superman_»18-Jan-09 16:59 
AnswerRe: true becomes false, then insanity becomes true. Pin
_Maxxx_18-Jan-09 18:23
professional_Maxxx_18-Jan-09 18:23 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 18:49
thrakazog18-Jan-09 18:49 
GeneralRe: true becomes false, then insanity becomes true. Pin
_Maxxx_19-Jan-09 0:30
professional_Maxxx_19-Jan-09 0:30 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog19-Jan-09 6:45
thrakazog19-Jan-09 6:45 
AnswerRe: true becomes false, then insanity becomes true. Pin
CodingYoshi18-Jan-09 18:48
CodingYoshi18-Jan-09 18:48 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 18:57
thrakazog18-Jan-09 18:57 
GeneralRe: true becomes false, then insanity becomes true. Pin
CodingYoshi18-Jan-09 19:07
CodingYoshi18-Jan-09 19:07 
GeneralRe: true becomes false, then insanity becomes true. Pin
thrakazog18-Jan-09 19:55
thrakazog18-Jan-09 19:55 

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.