I have a Windows Form program that when its minimized, it does so to the System Tray.
I have created a context menu that will appear with you right click the System Tray icon, but i am unsure of how to bind that menu option to the Button that already exists in the GUI.
So in the right-click menu, they choose Program1 and it will launch Program1 the same way as if the clicked the Program1 button in the Windows Form GUI interface.