Thanks for your custom code source, I'll try tonight and tell you if it works...
S sitajony Active Member Licensed User Jun 26, 2010 #21 Thanks for your custom code source, I'll try tonight and tell you if it works...
agraham Expert Licensed User Longtime User Jun 26, 2010 #22 I think this mod gets rid of the extra event on termination. B4X: private void CloseEventHack(object sender, System.ComponentModel.CancelEventArgs e) { if (!b4p.quitFlag) { this.cancelClose = false; b4p.sender = name; delClose(); } }
I think this mod gets rid of the extra event on termination. B4X: private void CloseEventHack(object sender, System.ComponentModel.CancelEventArgs e) { if (!b4p.quitFlag) { this.cancelClose = false; b4p.sender = name; delClose(); } }