In-Reply-To: X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 References: Lines: 27 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Message-ID: Organization: A noiseless patient Spider Newsgroups: comp.lang.basic.visual.misc Subject: Re: VB 6/Windows 7 addins Injection-Date: Fri, 9 Dec 2011 16:52:24 +0000 (UTC) X-Priority: 3 Date: Fri, 9 Dec 2011 16:53:12 -0000 Injection-Info: mx04.eternal-september.org; posting-host="92.28.81.244"; logging-data="12502"; mail-complaints-to="abuse@eternal-september.org" Mime-Version: 1.0 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!news.cgarbs.de!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED.92.28.81.244!not-for-mail Content-Transfer-Encoding: 7bit From: "Mike Williams" Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:563 "Deanna Earley" wrote in message news:jbt8nn$ljb$1@speranza.aioe.org... > On 09/12/2011 15:00, Mike Williams wrote: >> "Deanna Earley" wrote in message >> news:jbt2uu$7jm$1@speranza.aioe.org... >> >>> . . . because VB6 was not written using MS's own guidelines >>> and is not fully Windows Vista/7 compatible. >> >> Both of those observations apply equally to the current versions >> of your own i-Catcher software. > > Out of interest, what are you talking about? I'm talking about dpi-awareness, or rather the lack of it. The fact that your software does not declare itself to be dpi-aware results in fuzzy text on many machines. You can cure the fuzzy text problem by adding a dpi-aware section to your manifest, although the fact that your software is not actually fully dpi-aware would still leave you with another problem, which is that on some machines some of your windows can appear with some items (Command Buttons for example) being either partially or totally outside the confines of the window. Mike .