|
Sub DisableMenus Dim aControl As Control
For Each aControl In Form1.Controls If TypeOf aControl Is Menu Then aControl.Visible = False Next aControl Set aControl = Nothing End Sub
-----Original Message-----
Hi All,
Is there a way to manipulate Menu controls in the VB 6 Menu Editor ? I need to make the visible properties from ALL menu controls in the Menu Editor is False, but I want to do it at runtime. Is it possible..??
Thanks, Olga
To unsubscribe, send an email to: [EMAIL PROTECTED]
Yahoo! Groups Links
|
- PSC VB6 Menu Editor Olga Kurniasari
- RE: PSC VB6 Menu Editor Greg Hill
- RE: PSC VB6 Menu Editor Olga Kurniasari
- PSC Uploading excel speadsheet inot web datab... Charles T. P
- RE: PSC Uploading excel speadsheet inot w... ILyas
- RE: PSC Uploading excel speadsheet i... Charles T. P
- RE: PSC Uploading excel speadshe... ILyas
- RE: PSC Uploading excel spea... Greg Hill
- RE: PSC Uploading excel spea... Charles T. P
- RE: PSC Uploading excel spea... Greg Hill
- Re: PSC Uploading excel spea... Alejandro
- PSC Uploading excel speadsheet into web datab... Charles T. P
