bybruno Newbie
Joined: 16 Sep 2005 Posts: 9
|
Posted: Oct 1st, 2006 09:37 PM Post subject: Controls sintax |
|
|
hi,
i have a lot of menus in my aplication now i want list all menus with the following code:
For i = 0 To Me.Controls.Count - 1
Next i
this detect all the controls in the program but now i want know what controls are menu and others that not.
there is same sintax like
Controls(1).type = command1 or Controls(1).type = check1
the objective is select all the menus and change the values: visible, enabled etc in runtime
thanks for the help
bruno |
|