TAILIEUCHUNG - IT-Programing Help part 56

Tham khảo tài liệu 'it-programing help part 56', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | include Opt MustDeclareVars 1 Example Func Example Local date del msg GUICreate My GUI delete control 200 200 800 200 date GUICtrlCreateDate 1953 04 25 10 10 185 20 del GUICtrlCreateButton Delete control 50 50 70 20 GUISetState Run the GUI until the dialog is closed Do msg GUIGetMsg If msg del Then GUICtrlDelete date GUICtrlDelete del EndIf Until msg GUI_EVENT_CLOSE EndFunc Example Function Reference GUICtrlRegisterListViewSort Register a user defined function for an internal listview sorting callback function. GUICtrlRegisterListViewSort controlID function Parameters controlID The listview controlID for which the user function should proceed. function The name of the user function to call when the sorting callback runs. Return Value Success 1 Failure 0 Remarks To make the user function workable you have to define it with maximum 4 function parameters otherwise the function won t be called Func MySortFunction nListViewID LParam1 LParam2 nColumn . EndFunc Or Func MySortFunction nListViewID LParam1 LParam2 . EndFunc When the user function is called then these 4 parameters have the following values Position Parameter Meaning 1 controlID The controlID of the listview control for which the callback function is used. 2 IParaml The lParam value of the first item by default the item controlID . 3 lParam2 The lParam value of the second item by default the item controlID . 4 column The column that was clicked for sorting the first column number is 0 . The following values have to be Returned to change the behaviour of the sorting callback Return value Meaning -1 1st item should precede the 2nd. 0 No Change. 1 1st item should follow the 2nd. See also examples for sorting with selfcreated GUI listview items. Related GUICtrlCreateListV iew Example include include Opt MustDeclareVars 1 Global SnCurCol -1 Global SnSortDir 1 Global bSet 0 Global nCol -1 Example1 Example2 Example 1 - sorting 3 column s different Func

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.