- Joined
- Oct 26, 2009
- Messages
- 64
- Reaction score
- 0
Hello;
I am writing a portable freeware to capture any new text copied to the ClipBoard, and save it into a *.txt file.
I am running window7, and would like the app to be able to work on XP,Vista,Win7.
My dilemma is which method will work on XP,Vista,Win7.
SetClipboardViewer or AddClipboardFormatListener
The AddClipboardFormatListener
http://msdn.microsoft.com/en-us/library/windows/desktop/ms649033(v=vs.85).aspx
I can't get to that page today (The specified CGI application encountered an error and the server terminated the process.) But I think it said that AddClipboardFormatListener only works for Vista.
Is this true ?
Other Posts say it only works on Vista and Win7.
Can anyone give me some guidance ?
I would rather use straight winAPI if possible.
Thanks...Vernon
I am writing a portable freeware to capture any new text copied to the ClipBoard, and save it into a *.txt file.
I am running window7, and would like the app to be able to work on XP,Vista,Win7.
My dilemma is which method will work on XP,Vista,Win7.
SetClipboardViewer or AddClipboardFormatListener
The AddClipboardFormatListener
http://msdn.microsoft.com/en-us/library/windows/desktop/ms649033(v=vs.85).aspx
I can't get to that page today (The specified CGI application encountered an error and the server terminated the process.) But I think it said that AddClipboardFormatListener only works for Vista.
Is this true ?
Other Posts say it only works on Vista and Win7.
Can anyone give me some guidance ?
I would rather use straight winAPI if possible.
Thanks...Vernon