does anyone know how to get the percentage of current download into a variable?
I tryed this but doesnt work;
dl_percent = DllDownloadGetProgress() / DllDownloadGetMaxProgress() * 100;
I defined the var, I created a panel for displaying and I put the code up here in a whileloop with sleep(0.5); after I called the DllDownloadFileTo command.
I tryed different files with different files on different locations and it does download the files but the percent doesnt work
Anyone knows how to solve this?