Code Demonstrates Keeping an Icon Fixed in Place

ID: Q84981


The information in this article applies to:
  • Microsoft Windows Software Development Kit (SDK) versions 3.0, 3.1


SUMMARY

Some applications are designed to place an icon at a fixed location on the screen where the icon must remain. One application of this type is the FIXDICON sample in the Microsoft Software Library. When the user minimizes the application, it draws an icon on the screen. If the user drags the icon with the mouse, the icon "snaps back" to its specified position. If the user chooses the Arrange Icons button in the Task Manager's Task List, the icon appears momentarily at a new position assigned by Windows. Then it returns to the position assigned by the application.

In the FIXDICON sample, the window procedure for the main window processes the WM_MOVE message. If the window is represented as an icon, the application calls the SetWindowPos function to position the icon at its specified position.


MORE INFORMATION

The following files are available for download from the Microsoft Download Center. Click the file names below to download the files:


Fixdicon.exe

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address

http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words: softlib FIXDICON.EXE kbfile

Keywords : kbfile kbsample kb16bitonly kbWinOS310 kbWinOS300
Version : WINDOWS:3.0,3.1
Platform : WINDOWS
Issue type :


Last Reviewed: December 3, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.