Posted By:
Clayton_Neff
Posted On:
Tuesday, July 22, 2003 09:54 AM
I have an applet that is using the system clipboard to transfer information from Word or Excel into a JTable. A user recently reported a problem that the wrong data was being pasted in. She had 16 differnt "clipboards" populated from within Word, and I obviously wasn't getting the right one.
So, is there some way within my applet to access the multiple clipboards that MS Office seems to be using these days?
-- Clayton --