[comp.windows.ms] iconofying a window

kipnis@janus.Berkeley.EDU (Gary Kipnis) (11/18/89)

Hi, how can a window iconofy itself; i.e. without user pressing the minimize
arrow.

thank you,

gary

P.S. about a few weeks ago I ask how I can repaint all of the window on the 
screen I would like to thank everyone who responed and the best solution is a 
ONE FUNCTION CALL --> InvalidateRect(NULL, NULL, TRUE)

bturner@hpcvlx.cv.hp.com (Bill Turner) (11/21/89)

> Hi, how can a window iconofy itself; i.e. without user pressing the minimize
> arrow.

ShowWindow(hWnd, SW_MINIMIZE);

--Bill Turner (bturner@hp-pcd.hp.com)
HP Corvallis Information Systems