search for: other_format

Displaying 1 result from an estimated 1 matches for "other_format".

2009 Apr 17
2
win32-clipboard issues and support for additional formats
...IsClipboardFormatAvailable(format) clipdata = GetClipboardData(format) case format when text_format clipdata = get_text_data(clipdata) when image_format clipdata = get_image_data(clipdata) when other_format # ??? end else clipdata = '''' end ensure self.close end clipdata end Any suggestions? Regards, Dan