Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!hplabs!hp-pcd!orstcs!orstcs2!snell From: snell@orstcs2.cs.ORST.EDU Newsgroups: comp.sys.mac Subject: Re: How to Plot Icons?? Message-ID: <216800023@orstcs2> Date: Sat, 9-May-87 12:42:00 EDT Article-I.D.: orstcs2.216800023 Posted: Sat May 9 12:42:00 1987 Date-Received: Mon, 11-May-87 03:02:49 EDT References: <216800020@orstcs2> Lines: 14 Nf-ID: #R:orstcs2:216800020:orstcs2:216800023:000:498 Nf-From: orstcs2.cs.ORST.EDU!snell May 9 09:42:00 1987 The solution to the problem was provided by an old Vitex programmer. If you want to put Icons on the desktop you need to write an assembly language routine and call it using DeskHook (a low level call) I don't have an assembler so I 1) Made a plain window 2) Filled it with the current pattern on the screen 3) Plotted the Icons in the window 4) Then treated the window as part of the desktop in my interface but picked of double clicks using GetDBLtime, and PtinRect etc. Vance Snell