-
Every now and then when I put text on the clipboard using clipboard.gettext it says "Can't access the clipboard" and the program terminates. Most of the time it works just like it's supposed to, but now and then it gives that error for no apparent reason.. Any ideas?
Thanks,
James
-
Maybe you don't have any text in the clipboard at the time, not sure because that have never ocurred to me.
You could avoif it putting a on error resume next line before the line.
-
It's also possible that you have something in the clipboard that wouldn't go/fit into a textbox.
D!m