bedazzled Posted September 4, 2005 Posted September 4, 2005 I cant seem to get the view change to do anything different with smallicons or largeicons MSDN suggests that there are 5 possible settings available:http://msdn.microsoft.com/library/default....lvm_setview.aspFollowing are the values for views. * LV_VIEW_DETAILS * LV_VIEW_ICON * LV_VIEW_LIST * LV_VIEW_SMALLICON * LV_VIEW_TILE "
LxP Posted September 4, 2005 Posted September 4, 2005 What's your line of code? Remember that AutoIt expects values in one of the forms specified in the help file and not as specified on MSDN.
bedazzled Posted September 4, 2005 Author Posted September 4, 2005 $_handle = WinGetHandle("FV") $_control = ControlGetHandle ($_handle, "", "SysListView321" ) $ret = ControlListView ( $_handle, "", $_control, "ViewChange", "largeicons") sleep (300) $ret = ControlListView ( $_handle, "", $_control, "ViewChange", "smallicons")
bshoenhair Posted September 6, 2005 Posted September 6, 2005 Not a bug, just the way you explorer settings are set.Details here
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