Quote Originally Posted by SamOscarBrown View Post
On your button click event that centers the frame...put this in:

Frame1.ZOrder 0
Forgot to mention that I tried that. Didn't work.

I fixed it though. Well, sort of. Changing the frame visible property to false and then to true was crashing it via button press. But that was a test to see if that would fix the issue. Not idea why it was crashing the app, but I decided just to put that code in the timer and see if it worked. It did. There's a flash of course, but it works for now. I'll be converting the app to C# soon anyway, so it doesn't need to be pretty.