hey
can i make the app. to run in the tray then jump to standard mode? (go to the taskbar menu from the tray menu)![]()
Professional Software Development Tools
hey
can i make the app. to run in the tray then jump to standard mode? (go to the taskbar menu from the tray menu)![]()
Put the following builtin function in the Global functions:
function g_OnSystemTrayMenu(X, Y)
Application.Restore ( );
end
Then add the action:
Application.Minimize();
in the Project onStart Event.
Good luck
Yossi