chromox
06-08-2005, 07:00 PM
Well I have an array of PictureBoxes but when i load new ones, they dont show up on the form. How can i make them show up on the form?
PictureBox Control Arraychromox 06-08-2005, 07:00 PM Well I have an array of PictureBoxes but when i load new ones, they dont show up on the form. How can i make them show up on the form? Tarh 06-08-2005, 07:03 PM Make sure that after calling Load and moving the picturebox's position, you set it's visible property to true. By default, new loaded controls have visible set to false. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum