I am not sure this is related to JUCE but maybe…
My GUI is a floating desktop window that is opened from my VST plugin proxy. I put this in the RC file (Windows version):
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE “PluginConsultant.ico”
And in the past I saw the icon when I pressed alt tab to switch between windows and in the task bar. This was with JUCE 1.8
Now I am working with JUCE 1.18 and instead of my icon I see the host icon. I cheked and the icon is still inside the DLL, nothing was changed in the RC file.
My window is derived from DialogWindow.
Is it because something changed in JUCE? Any other idea?
thanks