LarsJ Posted October 1, 2012 Author Share Posted October 1, 2012 (edited) asdf8, I have testet on Windows 7. You are certainly right. If you select multiple files in Windows Explorer and right click some of the commands in the context menu that aren't common to all of the files are filtered away. I'll take a closer look at this issue. Added an example to ListViewCustom.au3 to show the proper Properties dialog box (SHMultiFileProperties) when multiple files/folders are selected. See top of post #1. This example is removed. Edited October 10, 2012 by LarsJ Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
mesale0077 Posted October 2, 2012 Share Posted October 2, 2012 added to more than one file. no like your picture . why is that? only ,show one file but nice script Link to comment Share on other sites More sharing options...
LarsJ Posted October 2, 2012 Author Share Posted October 2, 2012 mesale0077, There are some issues with multiple selections and with some of the commands e.g. Cut/Copy. I'm investigating that. Lars. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
LarsJ Posted October 5, 2012 Author Share Posted October 5, 2012 Added support for multiple selections. See first post. Still issues with the Cut/Copy/Paste commands. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
LarsJ Posted October 8, 2012 Author Share Posted October 8, 2012 Easy solution to the Cut/Copy/Paste issue. See first post. Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
asdf8 Posted October 9, 2012 Share Posted October 9, 2012 Indeed, a very simple solution. It is a pity that the files remain in the clipboard, only while the script works. Link to comment Share on other sites More sharing options...
LarsJ Posted October 10, 2012 Author Share Posted October 10, 2012 (edited) asdf8, Yes. I have seen with a clipboard viewer that the copied files are removed from the clipboard in the same moment the GUI is closed. Added more examples to the zip. Edited October 10, 2012 by LarsJ Controls, File Explorer, ROT objects, UI Automation, Windows Message MonitorCompiled code: Accessing AutoIt variables, DotNet.au3 UDF, Using C# and VB codeShell menus: The Context menu, The Favorites menu. Shell related: Control Panel, System Image ListsGraphics related: Rubik's Cube, OpenGL without external libraries, Navigating in an image, Non-rectangular selectionsListView controls: Colors and fonts, Multi-line header, Multi-line items, Checkboxes and icons, Incremental searchListView controls: Virtual ListViews, Editing cells, Data display functions Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now