To load a new form by button click I use
Form2 ss = new Form2();
ss.Show();
this.Hide();
But there is a blink like effect when switching between forms.
Is there a way to remove that effect.
If not how to preserve the consistency of the application when switching between forms.