this is in windows project
i have one form which has a progress bar
from that i am calling a class file which has decrypting function in it while it performs decryption of a file i want to show the progress of decryption in my form
now how do i fetch the values from class file
i tried using return, from which i got the value back but the remaining function execution in the class file halted because it returned value
i even tried is there a way to access the progress bar in class file
which also failed
any answer for this solution