divoli
New member
- Joined
- Aug 11, 2009
- Messages
- 3
- Programming Experience
- Beginner
Hi,
I am newbie in VB.net so maybe what I will ask is very simple.
I want to create an application in which when :
So I thought to create this boxes (instead of filling them cause I do not know how to fill them dynamically).
How can I delete them dynamically when the user clicks the button the third time?
I am newbie in VB.net so maybe what I will ask is very simple.
I want to create an application in which when :
- user clicks the button the first time a picture be shown on picturebox1
- user clicks the button the second time a picture be shown on picturebox2
- user clicks the button the third time both pictureboxes would be empty
- user clicks the button the fourth time a picture be shown on picturebox1
So I thought to create this boxes (instead of filling them cause I do not know how to fill them dynamically).
How can I delete them dynamically when the user clicks the button the third time?