Remove the application icon from the alt-tab list.

  • Thread starter Thread starter ODB
  • Start date Start date
O

ODB

Hi

I have a small application with a notifying icon, in the task bar, i have
removed the normal icon from the taskbar, but now i need to remove the Alt-
Tab menu icon, can you tell me what proberty i have to set on a windows
form to remove that icon, Thanks¨

ODB
 
Hi

I have a small application with a notifying icon, in the task bar, i
have removed the normal icon from the taskbar, but now i need to
remove the Alt- Tab menu icon, can you tell me what proberty i have to
set on a windows form to remove that icon, Thanks¨

ODB

Hi,

This can'T be done easily with C#. To achieve this you would have to remove
the app from the running programms list. This can be done only with
Win32Api calls.

A C++ Sample how to do this can be found on
http://www.thecodeproject.com/useritems/preventclose.asp


greets
Peter

--
------ooo---OOO---ooo------

Peter Koen - www.kema.at
MCAD CAI/RS CASE/RS IAT

------ooo---OOO---ooo------
 
Back
Top