Records 1 to 7 of 7
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
7 Clipboard API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
SetClipboardViewerThe SetClipboardViewer function adds the specified window to the chain of clipboard viewers. Clipboard viewer windows receive a WM_DRAWCLIPBOARD message whenever the content of the clipboard changes....Hits: 5472 Rating: (3.02) votes 785
SetClipboardDataThe SetClipboardData function places data on the clipboard in a specified clipboard format....Hits: 8785 Rating: (3.53) votes 981
OpenClipboardThe OpenClipboard function opens the clipboard for examination and prevents other applications from modifying the clipboard content....Hits: 7139 Rating: (3.15) votes 1000
GetClipboardDataThe GetClipboardData function retrieves data from the clipboard in a specified format. The clipboard must have been opened previously...Hits: 10293 Rating: (3.64) votes 1886
EmptyClipboardThe EmptyClipboard function empties the clipboard and frees handles to data in the clipboard. The function then assigns ownership of the clipboard to the window that currently has the clipboard open....Hits: 3865 Rating: (2.55) votes 809
IsClipboardFormatAvailableThe IsClipboardFormatAvailable function determines whether the clipboard contains data in the specified format....Hits: 4191 Rating: (2.97) votes 558
CloseClipboardThe CloseClipboard function closes the clipboard. ...Hits: 3335 Rating: (2.91) votes 622
Records 1 to 7 of 7
|