Hello, you know with a frame you can use a for each loop to enable / disable all of the child contents
how do u do this when the parent is not a frame yet a picturebox
(picture box used because of manifest frame issue)
thanks good people
Printable View
Hello, you know with a frame you can use a for each loop to enable / disable all of the child contents
how do u do this when the parent is not a frame yet a picturebox
(picture box used because of manifest frame issue)
thanks good people
picbox.enabled = false
i mean all of the controls inside of the picture boxQuote:
Originally posted by nareth
picbox.enabled = false
its just like i said
sorry i was expecting it to blank out the buttonsQuote:
Originally posted by nareth
its just like i said
:blush: :blush:
thanks mate