[IronPython] [Noob]Ironpython catching Windows 'destroy' message, and posting confirm dialog

Dino Viehland dinov at microsoft.com
Thu Feb 18 21:25:29 CET 2010


I assume there's just some event handler that you can hook up to a Python function.  If you post the C# or VB code someone here can probably quickly translate it to IronPython.

From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Ken MacDonald
Sent: Thursday, February 18, 2010 12:18 PM
To: users at lists.ironpython.com
Subject: [IronPython] [Noob]Ironpython catching Windows 'destroy' message, and posting confirm dialog

Hi,
Real new (since yesterday) to IronPython. I've just inherited a project in I-P/XAML/.NET and a big bug list to go with it. In our main app, we display a
"Close" button; clicking it brings up a confirmation dialog and exits the app only if user clicks "yes, I want to quit". We'd like to have the same behavior if the user clicks the 'Windows close' ("X" in the top right corner). I've found examples that supposedly do this in other languages, but they don't seem to translate to Python readily. Anyone know how to do this successfully in I-P?
Thanks,
Ken
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100218/0649fb7f/attachment.html>


More information about the Ironpython-users mailing list