G
Guest
Hi
I am trying to use ExtractIconEx to show an icon on the notification area. The notification side of things is OK and working fine. However I need to be able to show a variety of icons; currently I am usin
ExtractIconEx(System.Reflection.Assembly.GetCallingAssembly().GetModules()[0].FullyQualifiedName, 0, 0, ref m_hIcon, 1)
which uses the current application icon; however I would like to point to a resource file or ico file to display.
I am trying to use ExtractIconEx to show an icon on the notification area. The notification side of things is OK and working fine. However I need to be able to show a variety of icons; currently I am usin
ExtractIconEx(System.Reflection.Assembly.GetCallingAssembly().GetModules()[0].FullyQualifiedName, 0, 0, ref m_hIcon, 1)
which uses the current application icon; however I would like to point to a resource file or ico file to display.