The FormChangeButton really no code that could affect other components, so there must be something else causing this. You can use a standard Windows button to do the same thing.
- Add a Button from the All Windows Forms group in the Toolbox
- Double Click the button to get back to the code
- Add this code:
Form2.Show
Me.Hide
Change Form2 to the name of the form you want to open with the button.