andypglasgow
New member
Hi,
I have set up my exe so that the main UI interface and a background process run via the same EXO application, as follows:
I want to enable the tray icon, but only for the main UI instance, and not for the background process instance, but because they are the same .exe, I end up with two icons.
Is there any way to programatically hide the tray icon from within HEScript?
Regards,
Andy
I have set up my exe so that the main UI interface and a background process run via the same EXO application, as follows:
- The user launches the EXO app via the Start menu, as per normal.
- When that app launches, the first thing it does is launch a second instance of the EXO app, using the command line to direct it to a specific page. The second instance is launched invisibly.
I want to enable the tray icon, but only for the main UI instance, and not for the background process instance, but because they are the same .exe, I end up with two icons.
Is there any way to programatically hide the tray icon from within HEScript?
Regards,
Andy
Last edited: