P
peter_m
Hi
I've developed a VB.NET toolbar based app using VS2005, ie; the main
Form is a borderless toolbar with a series of buttons on it which is
Always On Top.
ShowInTaskBar = False and ShowIcon = True. If I press the ALT+TAB key
comination the application is represented but with the default Visual
Studio icon. I want the application icon to be displayed. If I make
ShowInTaskBar = True the application is represented in the task
switcher with its icon - but then it's on the taskbar (which I don't
want).
Does anyone know of a way to have the application icon correctly
displayed in the task switcher WITHOUT having to set ShowInTaskBar =
True?
Peter,
I've developed a VB.NET toolbar based app using VS2005, ie; the main
Form is a borderless toolbar with a series of buttons on it which is
Always On Top.
ShowInTaskBar = False and ShowIcon = True. If I press the ALT+TAB key
comination the application is represented but with the default Visual
Studio icon. I want the application icon to be displayed. If I make
ShowInTaskBar = True the application is represented in the task
switcher with its icon - but then it's on the taskbar (which I don't
want).
Does anyone know of a way to have the application icon correctly
displayed in the task switcher WITHOUT having to set ShowInTaskBar =
True?
Peter,