i have this Enum
public enum Icon
{
Question = 1,
Hand = 2,
Exclamation = 3,
None = 4
}
i have 4 PictureBox on my Form named
P1 , P2 , P3 and P4
if i have Icon G
如何显示任何照片 例如:
而不是<代码>P2.visible = 真实 i 字母G.Hand = 真实
thanks in advance