seres 1 Posted October 9, 2007 how to save things copied to the clipboard to an spesifict route Share this post Link to post Share on other sites
enaiman 16 Posted October 9, 2007 (edited) - open a file in "write" mode - write clipboard content in that file - close the file look at ClipPut() and ClipGet() Edited October 9, 2007 by enaiman SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example scriptwannabe "Unbeatable" Tic-Tac-ToePaper-Scissor-Rock ... try to beat it anyway :) Share this post Link to post Share on other sites
Achilles 2 Posted October 9, 2007 If your looking for more functions then AutoIt has by itself concerning the clipboard, try AutoItLib (search for in Example Scripts). My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Share this post Link to post Share on other sites
seres 1 Posted October 9, 2007 yea i know how to get text, but how to get images Share this post Link to post Share on other sites
Sunaj 1 Posted October 9, 2007 Look at the Auto3Lib, it has clipboard code in it that deals with the different data types (http://www.autoitscript.com/forum/index.php?showtopic=33677). Since the library is no longer supported you'll need to harvest the code you need from the include files (the library won't run under newer versions of AutoIt).Good luck (we're talking about 5-10 functions needed so not too bad)Sunajyea i know how to get text, but how to get images [list=1][*]Generic way to detect full path to default browser, List/ListView Events Using GuiRegisterMsg (detect doubleclick and much more)[*]Using dllcall for full control over fileopendialog, Make DirMove act somewhat normally (by circumventing it...)[*]Avoid problems with "&" (chr(38)) in code, Change desktop maximized area/workspace (fx to make deskbar type app)[*]Change focus behavior when buttons are clicked to work closer to 'standard windows' app[*](Context) Menus With Timed Tooltips, Fast Loops & Operators in AU3[*]Clipboard UDF, A clipboard change notification udf[/list] Share this post Link to post Share on other sites