Pakku Posted July 21, 2007 Share Posted July 21, 2007 (edited) Hi, I have created a list (GUICtrlCreateList()) and when i fill it, it auto sorts itself. Is there a way to stop this, cause I don't want it to sort. Edited November 16, 2010 by Pakku How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me Link to comment Share on other sites More sharing options...
Pakku Posted July 21, 2007 Author Share Posted July 21, 2007 (edited) Got it, it needs: $LBS_NOTIFY Edited November 16, 2010 by Pakku How can someone use Windows without using AutoIt?That one would properly don't know how to handle a computer!My scripts:Send files over internetKind of RSS reader3Draw ProUDF: convert a character string to a binary one and backCalculate PiCommand line downloader (Youtube/Google video)Set the transparency of a window just by hitting a key!Secure your pcOther things:My filemanMy profilePM me Link to comment Share on other sites More sharing options...
randallc Posted July 23, 2007 Share Posted July 23, 2007 Hi, I needed that! Is it well documented? I also can't get horizontal scrolling; I have tried all these.. Any other syntax? $listView = GUICtrlCreateList("", 10, 10, 790, 530, BitOR($WS_VSCROLL, $WS_HSCROLL, $LBS_NOTIFY)) $listView = GUICtrlCreateList("", 10, 10, 790, 530, BitOR($GUI_SS_DEFAULT_LIST, $WS_HSCROLL)) $listView = GUICtrlCreateList("", 10, 10, 790, 530, BitOR($GUI_SS_DEFAULT_LIST, $WS_HSCROLL,$LBS_NOTIFY ))Thanks, Randall ExcelCOM... AccessCom.. Word2... FileListToArrayNew...SearchMiner... Regexps...SQL...Explorer...Array2D.. _GUIListView...array problem...APITailRW 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