PDA

View Full Version : Import


Mina
10-31-2005, 09:00 AM
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) :huh

yosik
10-31-2005, 09:52 AM
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