An odd thing occurs when I remove a tabpage programmatically from my tabcontrol (odd to me, maybe not to others), the program loses its abillity to close.
Cant click the little X button, no alt-f4, cant use my programs file menu- exit....
I have to to go into task manager and end the task.
Any ideas?
This only occurs when I keep the remove code in. If I set the File Menu - Exit to application.exit instead of me.close() it can quit, but Im wondering if something is being overwritten, and how or if I can stop it.
Thanks for any help.
Cant click the little X button, no alt-f4, cant use my programs file menu- exit....
I have to to go into task manager and end the task.
Any ideas?
This only occurs when I keep the remove code in. If I set the File Menu - Exit to application.exit instead of me.close() it can quit, but Im wondering if something is being overwritten, and how or if I can stop it.
Thanks for any help.