TAILIEUCHUNG - AutoIT Help part 68

Tham khảo tài liệu 'autoit help part 68', 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ả | Return Value Success Returns 1. Failure Returns 0. Remarks None. Related GUICreate Example include Opt MustDeclareVars 1 Example Func Example Local msg GUICreate My GUI will create a dialog box that when displayed is centered GUISetHelp notepad will run notepad if F1 is typed GUISetState will display an empty dialog box Run the GUI until the dialog is closed While 1 msg GUIGetMsg If msg GUI_EVENT_CLOSE Then ExitLoop WEnd EndFunc Example Function Reference GUISetIcon Sets the icon used in a GUI window. GUISetIcon iconfile iconlD winhandle Parameters iconfile used to display the icon in the title area. iconID optional The ID of the icon in the iconfile. Default is -1 . winhandle optional Windows handle as returned by GUICreate default is the previously used window . Return Value Success Returns 1. Failure Returns 0. Remarks Passing a positive number will reference the string equivalent icon name. Passing a negative number causes 1-based index behaviour. Some Dll can have icon extracted just with negative numbers. Related GUICreate Example include Opt MustDeclareVars 1 Example Func Example Local sFile RegRead HKEY_LOCAL_MACHINE SOFTWARE AutoIt v3 AutoIt InstallDir icons Local msg GUICreate My GUI new icon will create a dialog box that when displayed is centered GUISetIcon sFile will change icon GUISetState will display an empty dialog box Run the GUI until the dialog is closed While 1 msg GUIGetMsg If msg GUI_EVENT_CLOSE Then ExitLoop WEnd EndFunc Example Function Reference .

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.