Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21264

[RESOLVED] Help - ToolBar Buttons

$
0
0
Hi All,

I have a toolbar in my MDI form with buttons. This is used as Quick Access Buttons for the menu items. Now I need to set Access Permissions to these buttons. I have already done the same with my menu items. i used the following code :

Code:

Dim Ctrl As Control
    For Each Ctrl In mdiMAIN.Controls
     
          If TypeOf Ctrl Is Menu Then

          End If

  Next Ctrl

I need to know how to get access to toolbar control while running the project.

If anybody has any idea about this, please do share with me.

Viewing all articles
Browse latest Browse all 21264

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>