How to program a Bunifu progress bar in C #?

0

Evenings or nights to all, my question is this:

How do I program a Bunifu progress bar, where is it, to be 100% change a Label?

It is with a conditional structure, but I do not know which condition I should follow.

try with

if(bunifuProgressBar=100)
{
 Label1=Label2;
}

but it throws me an error in the condicion , more specifically in "=100" . You can excuse my ignorance, I'm new to Bunifu.

    
asked by Marcos Barria 08.11.2018 в 00:36
source

0 answers