I have an application that has a textbox and 3 buttons. With the first button I generate a random code and is showed in the textbox. The second button generates codes automatically and I want to use the third button to stop this last process but I can't because while the loop is running it doesn't allow me to push any of the buttons of the form. (The loop is a while). Why is this happening? How can I click this button while the loop is running?
Thanks in advance for your answers.
Jose Luis
Thanks in advance for your answers.
Jose Luis
Comment