I'm having problems with the progress bar in my project :(
Introduction:
I made a small program to send notice via email to each member in a list (Excel file - sequential reading user name of account in excel file will be made by the program)and the attached file corresponding to each user (Ex: User1 file 1, User 2 file).
Requirement:
Creat ProgressBar corresponds to an email sent successfully.
Ex:
ProgressBar: run corresponding description label below
Label:1 mail sent/2 mail sent .... Finished!
Best Regards!