您需要 登录 才可以下载或查看,没有账号?加入
举报
#Include _GUICtrlListView_AddColumn($hWnd, $sText[, $iWidth = 50[, $iAlign = -1[, $iImage = -1[, $ ... komaau3 发表于 2011-5-30 02:46
#include <GUIConstantsEx.au3> #include <ListViewConstants.au3> #include <WindowsConstants.au3> #Include <GuiListView.au3> $Form1 = GUICreate("Form1", 263, 219, 192, 114) $ListView1 = GUICtrlCreateListView("", 8, 16, 250, 190) _GUICtrlListView_AddColumn($ListView1,"电话",100,2,0) _GUICtrlListView_AddColumn($ListView1,"身份证",150,2,1) GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
回复 gfuchao 可不是你错了嘛 komaau3 发表于 2011-5-30 03:40
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-8-14 07:14 , Processed in 0.084348 second(s), 25 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.