lothos12345
Junior Contributor
i am using the clipboard to copy and paste text on the textcontrol. Which seems to work fine on some computers well as others it throws me the following error.
Cannot read from or write to the clipboard (01-1603)
throwkernelerror
One thought I had was after each paste of the text or before I set the dataobject in the clipboard, i call the garbage collector. My thought is that something the computer is doing is locking the clipboard and calling the garbage collection will free the clipboard up.
Cannot read from or write to the clipboard (01-1603)
throwkernelerror
One thought I had was after each paste of the text or before I set the dataobject in the clipboard, i call the garbage collector. My thought is that something the computer is doing is locking the clipboard and calling the garbage collection will free the clipboard up.