Post your code for the section that saves and/or loads a Character. Just the contents of the menu item Click event handlers should be adequate.
Printable View
Post your code for the section that saves and/or loads a Character. Just the contents of the menu item Click event handlers should be adequate.
I got it forgot to do this
VB Code:
savingCharacter.Save(Application.StartupPath & "\Character.xml")
to
VB Code:
savingCharacter.Save(Me.SaveFileDialog1.FileName))
Last thing i have left is to print the form
on something that looks like a character sheet from D&D
I'm afraid I don't know what a D&D charcter sheet looks like. I had a single experience with D&D in 1988. The simplest way to print would be to get a picture of your form as a bitmap and print that. I'm afraid printing in .NET can take a bit to come to grips with for the uninitiated. You have to do all the formatting, positioning, drawing of lines and strings yourself.
ok then lets not do that sounds like way too much for me to do on my own