|
-
Jan 17th, 2011, 10:24 PM
#5
Re: application settings
 Originally Posted by jmcilhinney
In theory, that's not the case. By default, Save is called implicitly when the application shuts down. There's a check box in the project properties to change that behaviour. You should make sure that that box is checked. If it is then you shouldn't need to call Save yourself. If you do, that suggests to me that your application is not shutting down correctly. An unhandled exception would cause that, as too would stopping the debugger directly rather than exiting the app normally.
i was doing a lot of improper shutting down. However implicitly saving it actually is more of what i wanted anyway as i wanted it saved immediately.
I was unable to find the checkbox.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|