haroldjclements
Programmer
Hello forum,
I am creating a system tray application. I have added all the components for doing this by hand (e.g. NOT dragging NotifyIcon / ContextMenu for the toolbar).
My problem is that I want to set the NotifyIcon to the same as the Application Icon (set in the properties of my solution). This icon will be imbedded in the final .exe, I need to know how to make a reference this imbedded item to set the NotifyIcon (m_NotifyIcon.Icon = ?????? )
Thank you in advance,
Harold Clements
I am creating a system tray application. I have added all the components for doing this by hand (e.g. NOT dragging NotifyIcon / ContextMenu for the toolbar).
My problem is that I want to set the NotifyIcon to the same as the Application Icon (set in the properties of my solution). This icon will be imbedded in the final .exe, I need to know how to make a reference this imbedded item to set the NotifyIcon (m_NotifyIcon.Icon = ?????? )
Thank you in advance,
Harold Clements