I'm a newbie and am having some problems with finding the documentation of how to implement certain commands for the msgbox. One would be how to terminate the box.
Asked
Active
Viewed 197 times
1 Answers
0
Online Docs, use sys.exit(0)
to terminate. If you want to close a specific box I think you'll probably have to graduate to Tk.

John
- 13,197
- 7
- 51
- 101