Procedure OnTrayIconDblClick; (SOLVED)

Hi,

is it possible to bring up a page when the user makes a doubleclick on Trayicon?
If yes, how?

Greetz,

In procedure OnTrayIconDblClick, call TrayShowMainForm (see http://exeoutput.com/help/scriptreference.htm) and add GotoPage to go to the page you want.

Yes it works.

Thanks a lot :slight_smile: