A
Andrew Mueller
Hello,
Is there any way to make a form part of a windows service application
and launch it upon double-click of a system tray icon?
I already have the NotifyIcon working and have added an event to it for
the _DoubleClick.
I added a form and tried to open it with:
{Form Name}.ActiveForm.Show();
I am not sure if that is correct or not... I grew up in the VB world and
that is similar to what I am used to using for code to open a form.
Help?
Thanks!
Andrew
Is there any way to make a form part of a windows service application
and launch it upon double-click of a system tray icon?
I already have the NotifyIcon working and have added an event to it for
the _DoubleClick.
I added a form and tried to open it with:
{Form Name}.ActiveForm.Show();
I am not sure if that is correct or not... I grew up in the VB world and
that is similar to what I am used to using for code to open a form.
Help?
Thanks!
Andrew