
Icon for "ShowInTaskbar", VB4, Win95 (32bit)
Quote:
> I've created an icon for a custom application, and it shows in the
> taskbar when I minimize the application.
> But when you press ALT-TAB, it never shows my icon: it shows the
> "blank form" icon from VB. This is from the executable version.
> Does anyone know how to get my icon to show? Do I need to set an
> extra switch, or make an API call?
> Thanks.
> Peter Diehr
I just tried this and it seems that the icon shown in the taskbar is the
one associated with the active form (assuming thea frm.ShowinTaskBar=True),
but in the task switcher it shows the icon associated with the .exe file
(not necessarily the same).
try setting you .exe icon to the one for you form "Options..." at "Make
Exe" time.
Hope it helps.
--