i loaded array of pictures into imageboxes during runtime. how can i not showing the pictures until the user click on the imagebox?
Printable View
i loaded array of pictures into imageboxes during runtime. how can i not showing the pictures until the user click on the imagebox?
Use the Visible property: Image1.Visible = False