1
I’m testing a code and I put a button and a picture box in the windows form however, when I will perform is not shown the button and picture box I placed. I checked and the property Visible is as true. I tried it in Visual Studio C# 2008 and 2005. What can it be? Follow image below:

On the constructor of your
forminvokes the methodInitializeComponent()?– Omni
I hadn’t put it in! I actually copied the code again and didn’t even notice it was missing. I’m a beginner and these things still go unnoticed. Thank you very much!!
– kaamis