您需要 登录 才可以下载或查看,没有账号?加入
举报
ControlListView ( "窗口标题", "窗口文本", 控件ID, "ViewChange", "视图")
原帖由 zhenglei 于 2009-3-23 20:14 发表 AU3做的GUI 内嵌路径为什么框架里显示的都是图标显示方式都是平铺方式。而不是图标方式 如何调整啊 。 这样显示的文件夹 及所有文件都是大图标。。 如何 让其显示为 图标方式??? 平铺显示方式太难看了。。 ...
$title="测试" $oIE = ObjCreate("Shell.Explorer.2") $Form1 = GUICreate($title, 788, 455, 365, 235) $Button1 = GUICtrlCreateButton("Button1", 8, 8, 64, 64) $GUIActiveX = GUICtrlCreateObj($oIE, 1, 88, 786, 360) GUISetState() $oIE.navigate("c:\") While 1 if GUIGetMsg() = -3 Then Exit WEnd ControlListView($title, "", $GUIActiveX, "ViewChange", "smallicons")
$title="测试" $oIE = ObjCreate("Shell.Explorer.2") $Form1 = GUICreate($title, 788, 455, 365, 235) $Button1 = GUICtrlCreateButton("Button1", 8, 8, 64, 64) $GUIActiveX = GUICtrlCreateObj($oIE, 1, 88, 786, 360) GUISetState() $oIE.navigate("c:\") ControlListView($title, "", "SysListView321", "ViewChange", "smallicons") While 1 if GUIGetMsg() = -3 Then Exit WEnd
$oIE.GoBack
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2026-5-16 05:55 , Processed in 0.085455 second(s), 22 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2026 Discuz! Team.