English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Con anybody tell be about grouping objects. I will have a lot of shapes and labels, and they need to be hidden sometimes

Please?

2006-08-20 14:57:31 · 2 answers · asked by stepanstas 2 in Computers & Internet Programming & Design

2 answers

you could create a separate function/sub procedure to handle the group of objects. i suggest creating a multiple-hanlder function, where a single function handles alot of object properties upon calling.

Hot Tip: if you want an easier way, throw all these objects into a PANEL. with just one command (panel1.visible = false), all these objects can be hidden! amazing! i'm doing some panel designing right now so feel free to ask and explore how a panel works

2006-08-20 15:13:14 · answer #1 · answered by Anonymous · 1 0

If you want you could write a private function that sets these objects .Visible property to true/false depending on the situation and the paramtere passed. This way you could control the visibility of a set number of objects.

2006-08-20 22:06:03 · answer #2 · answered by Yoric 2 · 0 0

fedest.com, questions and answers