Hello
Tenaja
Tenaja wrote:Then you will start getting bug reports, because your programs unexpectedly destroy the clipboard...
You've experienced that ???
I have implemented a solution using the Clipboard to pass information (
one way only ) from appA to appB, and, so far, the only Clipboard data destruction i've encountered had to with my bad programming.
Once i corrected my errors, everything went fine and has remained so.
I guess it also depends on the amount of data exchanged : i'm only sending very short strings of information from A to B, and, so far,
no fail, after extensive tests. Maybe with larger amounts of data, things would get iffy.
So, maybe such a solution should come with a caveat, and only be seen as a simple solution to simple problems.
However, I can assure you that as a simple solution to my simple problems, it has proven to be magic... so far

I'm just puzzled that i didn't think of it before.