Would this be possible? I want to create an application that constantly reads the clipboard for changes, thats why im thinking about using a while loop, and if reads a link for instance, the program would do a specific task.
Im unsure of the code that is used when accessing the clipboard and reading the text as a string. Could anyone explain the code with comments?