D dapower New member Jan 10, 2012 #1 Hi, is it possible to bring up a page when the user makes a doubleclick on Trayicon? If yes, how? Greetz, Last edited: Feb 23, 2014
Hi, is it possible to bring up a page when the user makes a doubleclick on Trayicon? If yes, how? Greetz,
gdgsupport Support Staff member Jan 14, 2012 #2 In procedure OnTrayIconDblClick, call TrayShowMainForm (see http://exeoutput.com/help/scriptreference.htm) and add GotoPage to go to the page you want. Last edited: Feb 23, 2014
In procedure OnTrayIconDblClick, call TrayShowMainForm (see http://exeoutput.com/help/scriptreference.htm) and add GotoPage to go to the page you want.