Re: Uninstall Apps -=Big_Daddy Style=-,
"valery_vi" <[email protected]>
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, Big_Daddy from AutoItScript forum wrote: http://www.autoitscript.com/forum/index.php?showtopic=20406 'It enumerates all the keys from ...' Maybe this _Resize will make more perfect listview: Func _Resize() $Pos = ControlGetPos($Title, "", "SysListView321") _GUICtrlListViewSetColumnWidth($ListView, 1, $Pos[2]*0.45) _GUICtrlListViewSetColumnWidth($ListView, 2, $Pos[2]*0.4) _GUICtrlListViewSetColumnWidth($ListView, 3, $Pos[2]*0.1) _GUICtrlStatusBarResize($StatusBar1) EndFunc ;==>_Resize The last 5 percent of width is for scroll bar. Valery