المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Clipboard Text



C# Programming
03-30-2009, 04:01 PM
Hi,

I'm trying to copy a URL to clipboard by using following code




Clipboard.SetText("http://somewhere.com" ,TextDataFormat.Html );



But nothing comes out, essentially i want to copy a URL and when i paste to Word or some place it should come out with Blue underlined i.e it should be a link.

Thanks in advance....