I need help checking the clipboard constantly in a loop or something for copied text. Basically I have a paste button, but I only want it enabled when I have text copied to my clipboard and disabled when I don't have any text copied. I know I have to use:
Clipboard.ContainsText
to check if I have text copied to my clipboard, but I need help making a loop or something to always check.
Thanks.