Hey guys, I am having problem with manipulating a object name. Here is the case:
xpic as string
picbox as string
I have multiple image boxes named picbox_1, picbox_2, picbox_3, ect. What I want to do is that xpic contain a number and picbox contain "picbox_" and I want to add xpic and picbox together as a object name. Like this:
picbox + xpic.visibility = false
I will take any suggestions, thanks!
xpic as string
picbox as string
I have multiple image boxes named picbox_1, picbox_2, picbox_3, ect. What I want to do is that xpic contain a number and picbox contain "picbox_" and I want to add xpic and picbox together as a object name. Like this:
picbox + xpic.visibility = false
I will take any suggestions, thanks!