Click here to Skip to main content
15,921,622 members
Home / Discussions / C#
   

C#

 
AnswerRe: Creating a completely unclickable WebBrowser Pin
Eddy Vluggen24-Jul-09 4:09
professionalEddy Vluggen24-Jul-09 4:09 
GeneralRe: Creating a completely unclickable WebBrowser Pin
SimpleData24-Jul-09 4:11
SimpleData24-Jul-09 4:11 
GeneralRe: Creating a completely unclickable WebBrowser Pin
Eddy Vluggen24-Jul-09 4:20
professionalEddy Vluggen24-Jul-09 4:20 
GeneralRe: Creating a completely unclickable WebBrowser Pin
SimpleData24-Jul-09 4:29
SimpleData24-Jul-09 4:29 
GeneralRe: Creating a completely unclickable WebBrowser Pin
musefan24-Jul-09 4:47
musefan24-Jul-09 4:47 
GeneralRe: Creating a completely unclickable WebBrowser Pin
Eddy Vluggen24-Jul-09 5:57
professionalEddy Vluggen24-Jul-09 5:57 
AnswerRe: Creating a completely unclickable WebBrowser Pin
BillWoodruff24-Jul-09 5:14
professionalBillWoodruff24-Jul-09 5:14 
QuestionMCI Video Playback - How to get MPEG-4 to work Pin
shultas24-Jul-09 3:22
shultas24-Jul-09 3:22 
Questiontimer control in C# Pin
wasifmuneer24-Jul-09 2:59
wasifmuneer24-Jul-09 2:59 
AnswerRe: timer control in C# Pin
Manas Bhardwaj24-Jul-09 3:03
professionalManas Bhardwaj24-Jul-09 3:03 
GeneralRe: timer control in C# Pin
wasifmuneer24-Jul-09 3:05
wasifmuneer24-Jul-09 3:05 
GeneralRe: timer control in C# Pin
Manas Bhardwaj24-Jul-09 3:09
professionalManas Bhardwaj24-Jul-09 3:09 
GeneralRe: timer control in C# Pin
wasifmuneer24-Jul-09 3:10
wasifmuneer24-Jul-09 3:10 
QuestionCopy text to clipboard Pin
jaro1624-Jul-09 2:00
jaro1624-Jul-09 2:00 
AnswerRe: Copy text to clipboard Pin
Abhijit Jana24-Jul-09 2:05
professionalAbhijit Jana24-Jul-09 2:05 
AnswerRe: Copy text to clipboard [modified] Pin
musefan24-Jul-09 2:11
musefan24-Jul-09 2:11 
AnswerRe: Copy text to clipboard Pin
Luc Pattyn24-Jul-09 4:07
sitebuilderLuc Pattyn24-Jul-09 4:07 
I'm a bit puzzled about your intentions here.

So you are trying to convert text to formatted text, however when you execute Clipboard.SetText(rtb.Rtf, TextDataFormat.Rtf); the formatted test *replaces* the original text, hence the next time your code runs it doesn't find any text on the clipboard.

If what you want is having both unformatted and formatted text on the clipboard, there are ways to do that with DataObject IIRC; however even then executing your code twice wouldn't make much sense since it would replace the formatted text by the same formatted text.

Maybe all you need to do is remove the MessageBox?
or think about your functional requirements first and tell us about them.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Copy text to clipboard Pin
jaro1624-Jul-09 6:03
jaro1624-Jul-09 6:03 
Questiongetting timeout expired error Pin
venu65624-Jul-09 1:49
venu65624-Jul-09 1:49 
RantRe: getting timeout expired error Pin
musefan24-Jul-09 2:08
musefan24-Jul-09 2:08 
AnswerRe: getting timeout expired error Pin
MumbleB24-Jul-09 2:46
MumbleB24-Jul-09 2:46 
AnswerRe: getting timeout expired error Pin
Dave Kreskowiak24-Jul-09 4:08
mveDave Kreskowiak24-Jul-09 4:08 
Answer1 lac = 100,000 : Re: getting timeout expired error Pin
BillWoodruff24-Jul-09 5:19
professionalBillWoodruff24-Jul-09 5:19 
QuestionInresponsive program during an Active Directory search. Pin
Hardus Lombaard24-Jul-09 1:42
Hardus Lombaard24-Jul-09 1:42 
AnswerRe: Inresponsive program during an Active Directory search. Pin
musefan24-Jul-09 2:02
musefan24-Jul-09 2:02 

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.