When you hit the close button on the window, it hides in the system
tray, or when you hit File>Hide or Ctrl+H while the application has
focus. I have some testing code in to see why the icon isn't being set,
but still can't figure it out. The icon is definitely loading, it's
just when I set it to the icon it's no visible. I'm even not getting
console output saying no icon is being set.
Renamed the Resources folder to what it originally was, res. Fixed the
designer file references, and did some reorganizing. Made two images
embedded, so this increased the exe size. Odd how much it increased by
though, I will look into this; all the other images didn't bloat it this
much. Moved the cs related res files into the src folder since they tie
directly together with the cs files.
Moving around the resx files and the texture files. Still have some
warnings to clean up, and two exceptions dealing the location of the
resources (only an issue in this build, never had a problem in older
builds until I setup this github version).