I have two forms ,
say FormA and FormB

In FormA, a Button Click i wrote FormB.Show.

When i click again the button its creating another instance of FormB.

i want to make FormB as single instane, if again the button event raised i need to focus the FormB rather creating another instance.