trying to paste the data gathered from the clipboard in a textbox (C#)
if (Clipboard.ContainsText(TextDataFormat.Html)) { returnHtmlText = Clipboard.GetText(TextDataFormat.Html); Clipboard.SetText(replacementHtmlText, TextDataFormat.Html); }
6
Dec
Dec
Labels:
CSharp
Check if clipboard has data, paste into textbox
Posted by
csharp
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment