Jump to content

Sub Menu Item


Chobyhy
 Share

Recommended Posts

It is explained in the help file but here it is

Example

$MasterFilemenu = GUICtrlCreateMenu("&File")

$Filemenuprint = GUICtrlCreateMenuItem ("&Print info", $Filemenu, 'printui.dll', 1)

$SubFilemenu = GUICtrlCreateMenu("&SubMenu", $MasterFilemenu)

$FileSubmenuWrite = GUICtrlCreateMenuItem ("&Write info", $SubFilemenu, 'shell32.dll', -7)

$Filemenuexit = GUICtrlCreateMenuItem ("E&xit", $Filemenu, 'shell32.dll', -28)

$Helpmenu = GUICtrlCreateMenu("&?")

$Helpmenuwebsite = GUICtrlCreateMenuItem ("Website ", $Helpmenu, @ScriptName)

Emiel

Best regards,Emiel Wieldraaijer

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...