TAILIEUCHUNG - AutoI Technology Curriculum Book part 51

Tham khảo tài liệu 'autoi technology curriculum book part 51', 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ả | EndFunc Example Function Reference GUICtrlCreateRadio tạo một Radio button control cho GUI. GUICtrlCreateRadio text left top width height style exStyle Parameters text text hiện trị sẵn trên control left tọa độ X top tọa độ Y width chiều rộng height chiều cao style kiểu. xem thêm GUI Control Styles Appendix. default -1 none. forced styles BS_AUTORADIOBUTTON and WS_TABSTOP if first radio in the group. exStyle kiểu mở rộng. xem Extended Style Table. Return Value Success trả lại ControlID Failure Returns 0. Remarks để lấy giá trị của control ta dùng GUICtrlRead. để đặt các thuộc tính cho control ta dùng GUICtrlSet. để sử dụng nhiều kiểu trong style ta dùng BitOr GUI_SS_DEFAULT_RADIO newstyle . . để có thể dùng đc các biến trên ta cần phải khai báo thư viện include in your script. Default resizing is GUI_DOCKHEIGHT. Related GUICoordMode Option GUICtrlSet. GUIGetMsg Example include Opt MustDeclareVars 1 Example Func Example Local radio1 radio2 msg GUICreate My GUI radio will create a dialog box that when displayed is centered radio1 GUICtrlCreateRadio Radio 1 10 10 120 20 radio2 GUICtrlCreateRadio Radio 2 10 40 120 20 GUICtrlSetState radio2 GUI_CHECKED GUISetState will display an dialog box with 1 checkbox Run the GUI until the dialog is closed While 1 msg GUIGetMsg Select Case msg GUI_EVENT_CLOSE ExitLoop Case msg radio1 And BitAND GUICtrlRead radio1 GUI_CHECKED GUI_CHECKED MsgBox 64 Info You clicked the Radio 1 and it is Checked. Case msg radio2 And BitAND GUICtrlRead radio2 GUI_CHECKED GUI_CHECKED MsgBox 64 Info You clicked on Radio 2 and it is Checked. EndSelect WEnd EndFunc Example Function Reference GUICtrlCreateSlider tạo một Slider control cho GUI. GUICtrlCreateSlider left top width height style exStyle Parameters left X top Y width W height H style kiểu xem GUI Control Styles Appendix. default -1 TBS_AUTOTICKS exStyle kiểu mở rộng xem Extended Style Table. Return .

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.