Quote:
Originally Posted by Netrix
I could put an option for auto-bookmarking. So that every 1, 2, 5, or 10 minutes, it automatically bookmarks whatever position is book is currently at.
|
I think theres a method defined in XNA that is called something like IsExiting and it gets called when the game exits, now i dont know if it works on the zune and if it would work in the case of low battery but you should experiment with it.
The exact method is:
Code:
protected override void OnExiting(object sender, EventArgs args)
{
base.OnExiting(sender, args);
}