mickdu59 Posted July 14, 2020 Share Posted July 14, 2020 Hello I would like to know if it is possible to display a button when I click on an item in the $list2 GUICtrlCreateListViewItem($cur & "|" & $title_array[$cur] & "|" & $length_array[$cur] & "|" & $url_array[$cur], $list2); Link to comment Share on other sites More sharing options...
mikell Posted July 14, 2020 Share Posted July 14, 2020 Yes, you can do that using WM_NOTIFY and $NM_CLICK Link to comment Share on other sites More sharing options...
mickdu59 Posted July 14, 2020 Author Share Posted July 14, 2020 Ok you know the link to give me with an example please Link to comment Share on other sites More sharing options...
TheXman Posted July 14, 2020 Share Posted July 14, 2020 45 minutes ago, mickdu59 said: Ok you know the link to give me with an example please Obviously you haven't tried typing "$NM_CLICK" in the SEARCH tab of the Help file. CryptoNG UDF: Cryptography API: Next Gen jq UDF: Powerful and Flexible JSON Processor | jqPlayground: An Interactive JSON Processor Xml2Json UDF: Transform XML to JSON | HttpApi UDF: HTTP Server API | Roku Remote: Example Script About Me How To Ask Good Questions On Technical And Scientific Forums (Detailed) | How to Ask Good Technical Questions (Brief) "Any fool can know. The point is to understand." -Albert Einstein "If you think you're a big fish, it's probably because you only swim in small ponds." ~TheXman Link to comment Share on other sites More sharing options...
mikell Posted July 14, 2020 Share Posted July 14, 2020 1 hour ago, mickdu59 said: Ok you know the link to give me with an example please Bro people around are not here to hold your little tool when you're going to pee ... As I told you recently on the FR forum there is a pretty nice example in the _GUICtrlListView_Create page of the help file Link to comment Share on other sites More sharing options...
careca Posted July 14, 2020 Share Posted July 14, 2020 You could add a context menu into the listview, does it really have to be a button? Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe 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