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

C#

 
GeneralRe: Creating a completely unclickable WebBrowser Pin
Mike Ellison24-Jul-09 4:33
Mike Ellison24-Jul-09 4:33 
GeneralRe: Creating a completely unclickable WebBrowser Pin
musefan24-Jul-09 4:46
musefan24-Jul-09 4:46 
GeneralRe: Creating a completely unclickable WebBrowser Pin
SimpleData24-Jul-09 6:01
SimpleData24-Jul-09 6:01 
AnswerRe: Creating a completely unclickable WebBrowser Pin
Abhijit Jana24-Jul-09 3:46
professionalAbhijit Jana24-Jul-09 3:46 
GeneralRe: Creating a completely unclickable WebBrowser Pin
0x3c024-Jul-09 4:06
0x3c024-Jul-09 4:06 
AnswerRe: Creating a completely unclickable WebBrowser Pin
Luc Pattyn24-Jul-09 4:09
sitebuilderLuc Pattyn24-Jul-09 4:09 
GeneralRe: Creating a completely unclickable WebBrowser Pin
SimpleData24-Jul-09 4:13
SimpleData24-Jul-09 4:13 
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 

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.