Click to See Complete Forum and Search --> : when i minimize my window i don't want window icon on task bar


nor1
November 11th, 2003, 04:58 AM
when i minimize my window i don't want window icon on task bar

what API , that i can use

i want some simple code , use Window API

thanks

hankdane
November 11th, 2003, 01:52 PM
Handle WM_SYSCOMMAND/SC_MINIMIZE in your windows processing. Call ShowWindow(SW_HIDE).

How does the user get your window back? That's for you to figure out...