Search found 3 matches
- 11 Aug 2019, 18:06
- Forum: ExplorerListView
- Topic: Some function not works
- Replies: 1
- Views: 42525
Some function not works
Hi, I bought an used laptop from a second-hand shop with win 10 pro and comctl32.dll version 5.82. Unfortunately, some function of the listview not works in this version. I wouldn't like to replace this dll in the system folder if it possible. Can i download an another, higher version dll to a non-s...
- 16 Aug 2017, 15:15
- Forum: ExplorerListView
- Topic: Listview column width
- Replies: 1
- Views: 11991
Re: Listview column width
Hi, Tiku,
So... It seems, i managed to solve it...
I've stopped the resizing in the procedure, when it did not have to 
So... It seems, i managed to solve it...


- 16 Aug 2017, 11:27
- Forum: ExplorerListView
- Topic: Listview column width
- Replies: 1
- Views: 11991
Listview column width
Hi, Tiku! When i set the columnwidth to 0 by code (eg line in module: lv.columns(1).width=0), it works fine. But when change from 0 to other value (eg line in module: lv.columns(1).width=120 and the previous value is 0), it has "method failed" error. If the value is not 0 and i change it b...