Funkmaster P
July 7th, 1999, 05:10 PM
I am writing a program that continually polls the Clipboard for New input, i have one thread do that going through a while loop constantly calling IsClipboardFormatAvailable( CF_TEXT) to see if there is anything in the clipboard. So far this is the quickest and only way I know of polling the Clipboard for text without actually opening it up (I am however familiar with the other function to check if multiple formats are available). The prolem is, I keep getting page faults when calling this function inside of my thread, is their a way i could fix this or any other function that might work???
FUNKMASTER P
FUNKMASTER P