Tagged Questions

1
vote
4answers
215 views

Catching exit(1);

I have a MFC SDI application which during startup loads a DLL. I am only able to view the source code and use the DLL but not changing & recompiling it. The situation now is t …
0
votes
4answers
50 views

atexit, exit delegate in c#

In c++ there is a function called atexit where you can register functions which should be run when the system exits. Are there any similar events in C#? UPDATE: The AppDomain.Proc …
1
vote
1answer
89 views

How can I tell my Cocoa application to quit from within the application itself?

I'm looking for a good way to tell my Cocoa application to quit itself. Rest assured that this will not be used for production code. I'm just looking for an easy way to run one tes …
0
votes
1answer
56 views

Disabling screen minimization animation effect in iPhone:

Hi All, Is it possible to disable the home screen minimize animation effect when user presses the home button on iPhone?. Or can we set our own custom image for minimize animation …
0
votes
4answers
222 views

c# windows mobile standard - Back button won’t close the app

The background of the app is still there when i push the back button. Does anyone know what i can do, to prevent this? If i use Application.Exit(), it works. thanks in advance lov …
1
vote
3answers
52 views

How do I know the .exe that loaded my dll is about to exit?

I have a dll which is actually a com service that is registered and then being loaded by another .exe process. I would like when the user exit from the .exe to execute some resourc …
0
votes
0answers
45 views

Xbap application: How can I prompt user to confirm exit when the user close the browser or browser tab?

application_exit and session_ending event in app.xaml cannot help. Is there any way to achieve this?
0
votes
1answer
62 views

Windows Mobile 5 - Handle Application Exit

Hi there, I'm developing for Windows Mobile 5.0 and have come across a little issue with my app. I'm using the win32 api to schedule a process to run periodically. This is thanks …
0
votes
1answer
61 views

How to catch exit() in embedded C++ module from python code ?

Hello, I am embedding a c++ library (binding done with SIP) in my python application. Under certain circonstances (error cases), this library uses exit(), which causes my entire …
0
votes
2answers
118 views

Prompt on exit in PyQt application

Hi. Is there any way to promt user to exit the gui-program written in Python? Something like "Are you sure you want to exit the program?" I'm using PyQt.
1
vote
2answers
149 views

Motif: Intercept close box event and prevent application exit? (C++)

How do I intercept when the user clicks on a motif window's (widget's) close box, and how do I prevent the Motif window manager to close the entire calling application on the close …
3
votes
2answers
405 views

Application.Exit() vs Application.ExitThread() vs Environment.Exit()

I am trying to figure out which I should be using. On closing my WinForm App fires of a Form in Dialog mode. That form runs a Background worker that Syncs the DB with the remote …
6
votes
2answers
475 views

WPF Command Line

I am trying to create a WPF application that takes command line arguments. If no arguments are given, the main window should pop up. In cases of some specific command line argument …
1
vote
1answer
94 views

How do I gracefully exit WinForms app when hitting stop debugging in VS?

I'm writing a system tray Winforms app which does some very important cleanup on Application.ApplicationExit. When I hit the stop button while debugging in Visual Studio, this the …
4
votes
2answers
247 views

Python: Why does `sys.exit(msg)` called from a thread not print `msg` to stderr?

Hello! Today I ran against the fact, that sys.exit() called from a child-thread does not kill the main process. I did not know this before, and this is okay, but I needed long tim …

1 2 3 next
15 30 50 per page