Hello, I wish I had a button on my app, if possible, that restarts the whole app, as if I closed it completely and reopened it. I've seen some information about refreshing screens but I think it's not quite what I'm looking for, some ideas?
Well, take all your variables, labels....you need to restart and then reset them in that button.
If you already have all those variables, and labels reset in the Initialize block, then move them to a procedure and call the procedure from the Initialize block and from the button.Click event block.