I need for my different purposes to get how many items there are in window folder active right ponel
and how many items are selected in that active window list and change the default details view
to EXTRA LARGE ICONS for Windows Seven or Large Icons under XP.
If @OSVersion = "WIN_7" Then
$sControl = "DirectUIHWND3"
Else
$sControl = "SysListView321"
Endif
$ItemNumber = ControlListView("[Active]", "", $sControl,"GetItemCount")
$SelectNumber = ControlListView("[Active]", "", $sControl, "GetS