benbuck / rbtray

A fork of RBTray from http://sourceforge.net/p/rbtray/code/.
GNU General Public License v2.0
1.08k stars 89 forks source link

Adding "Right click on close, force closes application" #1

Closed aadfPT closed 7 years ago

benbuck commented 8 years ago

Thanks for the commit. Is there a good way to get a window into a bad state in order to test this out? I'm seeing that the close button is still working for me even when the application has stopped processing messages, in that Windows itself takes over and asks if the app needs to be force terminated.

aadfPT commented 8 years ago

Hi, Should be possible to do it by programming a winforms app with a while (true) loop in the main thread. I can try it this week if you want. On Apr 17, 2016 18:33, "Benbuck Nason" notifications@github.com wrote:

Thanks for the commit. Is there a good way to get a window into a bad state in order to test this out? I'm seeing that the close button is still working for me even when the application has stopped processing messages, in that Windows itself takes over and asks if the app needs to be force terminated.

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/benbuck/rbtray-code/pull/1#issuecomment-211066656

benbuck commented 7 years ago

Is it ok to close this?