Hi
Click event of a command button has the following code :
Unload Form1
Form1.Show


When I click the cmd button the cmd button gets disappeared.
Note:
1) Designtime Visible property for this button is True.
2) Nowhere in code I am setting the visible property of this control or its containers.

Infact when I click this button is disappearing and also in its position I am seeing the form not its container. (It seems like a hole in that spot).

Any suggestions.
Thanks
Manivannan