Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 4.21 KB

README.md

File metadata and controls

33 lines (23 loc) · 4.21 KB

ModernUI_TrayMenu

The ModernUI_TrayMenu is a control to help create and manage system tray icons and menus that display when a user clicks on the system tray icon.

For the x64 version of the ModernUI_TrayMenu control, visit here.

Setup ModernUI_TrayMenu

  • Download the latest version of the ModernUI_TrayMenu and extract the files. The latest release can be found via the releases section of this Github repository or from the downloads section below.
  • Copy the ModernUI_TrayMenu.inc file to your masm32\include folder (or wherever your includes are located)
  • Copy the ModernUI_TrayMenu.lib file to your masm32\lib folder (or wherever your libraries are located)
  • Add the main ModernUI library to your project (if you haven't done so already):
include ModernUI.inc
includelib ModernUI.lib
  • Add the ModernUI_TrayMenu control to your project:
include ModernUI_TrayMenu.inc
includelib ModernUI_TrayMenu.lib

ModernUI_TrayMenu API Help

Documentation is available for the ModernUI_TrayMenu functions, styles and properties used by the control on the wiki: ModernUI_TrayMenu Control

ModernUI_TrayMenu Downloads