home *** CD-ROM | disk | FTP | other *** search
- frmMWDemo1
- Menu Watch Demo 1
- wwwwwwwwwwwwp
- wwwwwwwwwwwwp
- Form1
- MenuWatch
- SKL_MenuWatch
- picStatusBarContainer
- pnHelp
- SSPanel
- MS Sans Serif
- pnStatus
- SSPanel
- MS Sans Serif
- FileMenu
- &File
- File Menu
- FileNewOpt
- File|New
- FileOpenOpt
- &Open...
- File|Open...
- FileSaveOpt
- &Save
- File|Save
- FileSaveAsOpt
- Save &As...
- File|Save As...
- FileSep1
- [Separator]
- FilePrefSubMenu
- &Preferences
- File|Preferences >
- FilePrefViewOpt
- &View...
- File|Preferences|View...
- FilePrefDialogsOpt
- &Dialogs...
- File|Preferences|Dialogs...
- FileSep2
- [Separator]
- FileExitOpt
- E&xit
- File|Exit
- EditMenu
- &Edit
- Edit Menu
- EditUndoOpt
- &Undo
- Edit|Undo
- EditSep1
- [Separator]
- EditCutOpt
- Edit|Cut
- EditCopyOpt
- &Copy
- Edit|Copy
- EditPasteOpt
- &Paste
- Edit|Paste
- FileExitOpt_Click
- Form_Load
- HelpFile
- MenuHelpText
- fSeparator
- MenuState
- fMenuHelpInited
- MenuHelpX
- minMnuHlpIdx
- maxMnuHlpIdx
- InitMenuHelp
- MenuHelpIdx
- MenuWatch_Close
- pnHelp
- Visible
- MenuWatch_Open
- MenuWatch_Select
- ItemID
- Controls
- Caption
- Count
- fMenuHelpInitialized
- appropriate
- FileExitOpt_Click
- DESCRIPTION
- Bring the App to an End
- Form_Load
- DESCRIPTION
- On Form Load, setup help file (this allows user to verify that help
- still works while menu item is selected)w
- winhelp.hlp
- MenuWatch_Close
- DESCRIPTION
- When the "Menu Watch" control informs us that the user has completed=
- any interaction with the menu, revert back to normal status bar
- MenuWatch_Open
- DESCRIPTION
- When the "Menu Watch" control informs us that the user has begun=
- to interact with the menu, show the menu help status bara
- MenuWatch_Select
- DESCRIPTION
- When the "Menu Watch" control tells us that a menu option has been=
- selected (highlighted), set the caption of the menu help status
- bar to the appropriate text
- If we have not initialized our menu help text array yet, do so
- Initialize the help text for the Control Menu
- Switch to another application
- [Separator]
- Close
- [Separator]
- Maximize
- Minimize
- Restore
- Move, size, or close window
- Initialize the help text for the programmer-defined menus
- by pulling it from the "Tag" property of each menu item
- If the ItemID value is a valid array index, use it to access the
- menu help text snippet, otherwise, use the empty string as thee
- menu help
-