Search found 1 match
- Fri Nov 15, 2019 7:49 am
- Forum: MediaMonkey 4 Addons developer forum
- Topic: get Access to MM MenuItems
- Replies: 1
- Views: 8058
get Access to MM MenuItems
Hi, I want to call a function, when the "play"-button is clicked. But I want it to work with the play button which is created by MM and not by myself. Is this even possible? Here is my code: Sub OnStartup Set Play = SDB.UI.Menu_File 'Play.OnClickFunc = "BtnClick" Script.RegisterEvent Play, "OnClick"...