I have this issue that when I copy (CTRL-C) some text from Eclipse (the well known IDE), and paste it (CTRL-V) in my VB.NET application in a textbox the VB.NET application is not responding for a while and nothing is pasted. When I first paste it in Notepad ... then copy (CTRL-C) the text in Notepad ... and then paste it in the VB.NET textbox it works fine.
What is causing this issue ? ... and how can I change my VB.NET application so that it will work.