I tried to make a while (work){....}
inside button event called start
to do some stuff like label changing in the same form with random values
and I have another button called stop I want to make the work=false;
so the while should be break
the problem is when I clicked start button and the form froze and did nothing how I can do that like stay in the while loop and access all other events