Created
April 20, 2018 15:36
-
-
Save longtth/a4eb003ed92468537e2ea7834105ebeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For i=1 to n { // file count là n=1000 | |
Xử lí file thứ i | |
Hiển thị label "1/n đang dc xử lí" | |
Application.DoEvents(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment