I'm trying to disable the entire form while a function is running. I can disable each control using guictrlsetstate(), but I also want to disable the minimize, maximize, and close buttion while the function is running. I tried using guictrlsetstate() on the form as well, but that did not work. Any thoughts?
↧