Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- If $Msg=$Nhap Then MsgBox (0,"Tool Xóa File", Example())
- WEnd
- #include <MsgBoxConstants.au3>
- Example()
- Func Example()
- Local Const $sMessage = "Chọn thư mục"
- Local $sFileSelectFolder = FileSelectFolder($sMessage, "")
- If @error Then
- MsgBox($MB_SYSTEMMODAL, "", "Không có thư mục được chọn.")
- Else
- MsgBox($MB_SYSTEMMODAL, "", "Bạn đã chọn thư mục:" & @CRLF & $sFileSelectFolder)
- EndIf
- EndFunc
Advertisement
Add Comment
Please, Sign In to add comment