Path: utzoo!attcan!uunet!microsoft!c-mikema From: c-mikema@microsoft.UUCP (Michael Mans-freelance) Newsgroups: comp.windows.ms Subject: Re: Picture on the desktop Keywords: desktop Message-ID: <6017@microsoft.UUCP> Date: 13 Jun 89 03:17:01 GMT References: <1658@sw1e.UUCP> <8476@june.cs.washington.edu> Reply-To: c-mikema@microsoft.UUCP (Michael Bakkemo) Organization: Microsoft Corp., Redmond WA Lines: 30 In article <8476@june.cs.washington.edu> roper@june.cs.washington.edu (Michael Roper) writes: >Gregg Jensen writes: > >> I would like to know if it is possible to have a picture on the desktop >> instead of just having a color? What program is required to do this >> (if it is possible). > >hDC is releasing a product at the end of June that will do this and >much more -- called Windows Manager. Besides allowing the user to >paste a bitmap (color or monochrome) into the desktop, it also has >a pattern editor that can be used in lieu of a bitmap. This is but >a tiny part of what Windows Manager can do. And yes, I'm related. > >Michael Roper >hDC Computer Corp. Just a word of warning. there can be problems with having a bitmap on the desktop if its not done correctly. Not to say that you didn't of course, but as a warning to the people that do it on there own. The Bitmap should be banded in and not remain resident so as not to steal memory from other apps. also ideally the bitmap should be loaded up in EMS memory and not paged in from disk. all pretty obvious, but better safe than sorry. All statements are of course my own, and Microsoft had nothing to do with it. Michael Bakkemo.