varsha Posted July 4, 2008 Posted July 4, 2008 i want to use ListviewClick() fuction, But i don't understand how to use this in VBA. I have already used AutoIt for another project it's working fine, But now i want to click particular item from listview.
goldenix Posted July 4, 2008 Posted July 4, 2008 (edited) Search helpfile for _GUICtrlListView_Create Edited July 4, 2008 by goldenix My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
GaryFrost Posted July 4, 2008 Posted July 4, 2008 _GUICtrlListView_ClickItem SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
lamquan Posted July 6, 2008 Posted July 6, 2008 _GUICtrlListView_ClickItem needs the $hWnd Parameter, how to get the $hWnd which doesn't i build?
Andreik Posted July 6, 2008 Posted July 6, 2008 _GUICtrlListView_ClickItem needs the $hWnd Parameter, how to get the $hWnd which doesn't i build?Is return by GUICtrlCreateListView.
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