回复 16# athland5013
真怪 我不能編輯前面的資料了...
加在這邊吧
由於 athland5013 兄 的提醒跟建議
請有用到的朋友 在我剛剛前面的 函數裡面加上三行
Func _ListViewAddArray($hWnd, ByRef $aItems)
;------------------------從這裡開始 ----------------------
If IsHWnd($hWnd) Then
$WndID= DllCall("user32.dll", "int", "GetDlgCtrlID", "hwnd", $hWnd)
$hWnd=$WndID[0]
EndIf
;------------------------到這邊結束 三行---------------------------
If $Debug_LV Then __UDF_ValidateClassName($hWnd, $__LISTVIEWCONSTANT_ClassName)
Local $fUnicode = _GUICtrlListView_GetUnicodeFormat($hWnd)
Local $tItem = DllStructCreate($tagLVITEM)
Local $pItem = DllStructGetPtr($tItem)
Local $tBuffer
|