Danh mục

Giáo Trình How To Use AutoIt A Professional Manner part 13

Số trang: 6      Loại file: pdf      Dung lượng: 105.65 KB      Lượt xem: 12      Lượt tải: 0    
tailieu_vip

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Tham khảo tài liệu giáo trình how to use autoit a professional manner part 13, 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ả
Nội dung trích xuất từ tài liệu:
Giáo Trình How To Use AutoIt A Professional Manner part 13;;; #csMsgBox(4096, , This will print if #cs is commented out.)#ceKeyword Reference#comments-startghi chú trên nhiều dòng#comments-start......#comments-endTham sốkoNhận xétcó thể dùng #cs ... #ce cũng có tác dụng tương tựhàm liên quan#include, #include-onceVí dụ#comments-startMsgBox(4096, , This wont be executed)MsgBox(4096, , Or this)#comments-end;;; #csMsgBox(4096, , This will print if #cs is commented out.)#ceKeyword Reference#comments-startghi chú trên nhiều dòng#comments-start......#comments-endTham sốkoNhận xétcó thể dùng #cs ... #ce cũng có tác dụng tương tựhàm liên quan#include, #include-onceVí dụ#comments-startMsgBox(4096, , This wont be executed)MsgBox(4096, , Or this)#comments-end;;; #csMsgBox(4096, , This will print if #cs is commented out.)#ceKeyword Reference#includeBao gồm thêm tư viện cho file#include [path]filename#include tham số cần thiết là chuỗi kí tự ko đc dùng biến nếu dùng thì sẽ đc hiểu là file trong thư viện của autoit (trong thưfilename mục cài autoit includes) nếu dùng ... thì là đường dẫn đầy đủới file cần includenhận xétnếu bạn có nhiều thư viện và trong mỗi thư viên có hàm giống nhau thì từ khóa#include-one là cần thiết ở đầu để bỏ qua nạp chồng hàm trùng tênnếu sử dụng #include thì autoit sẽ tìm kiếm ở thư viện của nó trước nếu ko cósẽ tìm đến đường dẫn chính xác của file nếu ko tìm thấy nữa thì tìm trên thư mụcchủ chứa file.exenếu sử dụng #include ... thì autoit tìm kiếm theo chiều ngược lại ở trênhàm liên quan#include-once, FileInstallVí dụ;;; TIME.AU3 ;;;MsgBox(0,, The time is & @HOUR & : & @MIN & : & @SEC);;; SCRIPT.AU3 ;;;#include TIME.AU3MsgBox(0,, Example)#include TIME.AU3Exit; Running script.au3 will output three message boxes:; one with the time, one with Example, and another with the time.Keyword Reference#include-onceQuy định rằng các tập tin hiện nay chỉ có thể được bao gồm một lần.#include-onceParametersNone.Remarksnếu bạn có nhiều thư viện và trong mỗi thư viên có hàm giống nhau thì từ khóa#include-one là cần thiết ở đầu để bỏ qua nạp chồng hàm trùng tênRelated#include, FileInstallExample;;; LIBRARY.AU3 ;;;#include-onceFunc myFunc() MsgBox(0,, Hello from library.au3)EndFunc;;; SCRIPT.AU3 ;;;#include Library.au3#include Library.au3 ;throws an error if #include-once was not usedMsgBox(0, Example, This is from script.au3 file)myFunc()Exit; Running script.au3 will output the two message boxes:; one saying This is from script.au3 file; and another saying Hello from library.au3Keyword Reference#NoTrayIconkhông hiện icon của chương trình trên khay hệ thống#NoTrayIconParametersNone.RemarksCó thể sử dụng Opt ( TrayIconHide, 1) để loại bỏ các AutoIt khay biểu tượngnhưng nó vẫn sẽ được hiển thị cho một lần thứ hai khi script bắt đầu.

Tài liệu được xem nhiều: