Clipboard.GetText()
always empty, I want to copy the text in my clipboard inside my app
var str = Clipboard.GetText();
but it's always empty! why is that? where it has data.
Clipboard.GetText()
always empty, I want to copy the text in my clipboard inside my app
var str = Clipboard.GetText();
but it's always empty! why is that? where it has data.