Click to See Complete Forum and Search --> : WinCE clipboard ??


YY YY YY
July 1st, 2001, 09:06 PM
Does anyone know how to use the embedded visual tool 3.0 to write to the clipboard of Win CE 3.0? I tried the sample code posted in this forum (http://www.codeguru.com/clipboard/index.shtml), but cannot get it to work. After I ran the sample code, I used Pocket Word and can see that the clipboard is empty, but cannot Paste. The embedded visual tool help file saids that SetClipboardData() should use LocalAlloc() to allocate buffer, so I changed all global to local definition and it still does not work.