Let’s start with the New button.
As with the Open button, we can’t just reset everything and present a new empty document to the user; we need to make sure that there isn’t something that needs to be saved first. And that means we can simply use the same basic code structure that we created for OpenButton_Click in NewButton_Click. But NewButton_Click doesn’t exist yet, so create that now. (I assume you know how by now.)