Hi guys,
I've coded a windows application that will be scheduled to start "at system boot".
This app use a notifyicon to give access at all functions. It works fine during normal use but if I restart the PC the app is launched correctly without logging but when I log in the notifyicon is not showed.
How can I restore the notifyicon of my application?
I tried with notifyIcon.visible=true into a timer that starts every 30 seconds but it doesn't work.
There's some way to do that?
I would like to avoid the conversion of my app into a service.
Stevie B. Gibson
I've coded a windows application that will be scheduled to start "at system boot".
This app use a notifyicon to give access at all functions. It works fine during normal use but if I restart the PC the app is launched correctly without logging but when I log in the notifyicon is not showed.
How can I restore the notifyicon of my application?
I tried with notifyIcon.visible=true into a timer that starts every 30 seconds but it doesn't work.
There's some way to do that?
I would like to avoid the conversion of my app into a service.
Stevie B. Gibson