Hey all,
I'm creating an NT Service that puts a tray icon into the system tray.
When a user clicks my app's tray icon it is supposed to launch a dialog
that allows the user to set some configuration settings.
I'm almost there, but I think I'm missing something. My question(s) is
this: Should the tray icon/configuration dialog be running in it's own
thread from the rest of the tasks that my app is handling? Also, within
the main entry point to the NT Service app is where I assume we put
our main code. This seems to be working for me right now. Should this
main code be put into it's own thread too?
Thanks in advance!
Scott
------------------
Scott Wolfington
http://www.boogietools.com
[This message has been edited by Scott Wolfington (edited March 05, 2003).]
I'm creating an NT Service that puts a tray icon into the system tray.
When a user clicks my app's tray icon it is supposed to launch a dialog
that allows the user to set some configuration settings.
I'm almost there, but I think I'm missing something. My question(s) is
this: Should the tray icon/configuration dialog be running in it's own
thread from the rest of the tasks that my app is handling? Also, within
the main entry point to the NT Service app is where I assume we put
our main code. This seems to be working for me right now. Should this
main code be put into it's own thread too?
Thanks in advance!
Scott
------------------
Scott Wolfington
http://www.boogietools.com
[This message has been edited by Scott Wolfington (edited March 05, 2003).]
Comment