home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4473 < prev    next >
Encoding:
Text File  |  1992-12-24  |  1.0 KB  |  24 lines

  1. Newsgroups: comp.os.ms-windows.programmer.misc
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!think.com!yale.edu!jvnc.net!newsserver.technet.sg!nuscc!vms1.iscs.nus.sg!nuscss1
  3. From: nuscss1@vms1.iscs.nus.sg (Vax BULLET-IN-Board SysOps)
  4. Subject: how to animate icon of minimised window ?
  5. Message-ID: <25DEC199200040150@vms1.iscs.nus.sg>
  6. News-Software: VAX/VMS VNEWS 1.41    
  7. Sender: usenet@nuscc.nus.sg
  8. Organization: National University of Singapore Dept. of Computer Sc.
  9. Date: Thu, 24 Dec 1992 22:04:00 GMT
  10. Lines: 12
  11.  
  12.     I would like to animate the icon of a minimised window. I guess
  13.     this can be done by continually changing the hIcon of the
  14.     window class. So what I did is to set a timer, and upon the
  15.     reception of WM_TIMER, I check if the window is iconic. If it
  16.     is, I use SetClassWord to change the hicon.
  17.  
  18.     problem : the dang thing doesn't seem to be working.
  19.     can someone give me an idea on how to go about implementing it ?
  20.     am I on the wrong track ? I've check the API, and there doesn't seem
  21.     to be a function for this purpose.
  22.  
  23.     Thanx in advance.
  24.