Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
For my open-source project (written in c and w32) i want to look up the current selected text in a dictionary database,

The application runs fine under linux because there is something like a second clipboard with the current selected text and an event for owerchange of this clipboard.
Under mac and windows I use atm the normal clipboard and
until now i couldn't find something similar like the linux x serves 2. clipboard.

Does anybody know some hack or something how to do a similar thing?

thx in advance!
Posted
Updated 9-Nov-10 3:18am
v2

1 solution

I don't believe there is something similar under windows. You could however use inter process communication to achieve that kind of functionality.

Here a link to an article about it:
http://www.codeproject.com/KB/threads/Win32IPC.aspx[^]

Good luck!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900