From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,418d181840caa832 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news2.google.com!proxad.net!usenet-fr.net!grolier!skynet.be!newspost001!tjb!not-for-mail Date: Sat, 25 Jun 2005 09:32:34 +0200 From: Adrien Plisson Reply-To: aplisson-news@stochastique.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: fr-be, fr, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: HWND of the console References: <3sSdnU0MwKaWKiHfRVn-vw@comcast.com> In-Reply-To: <3sSdnU0MwKaWKiHfRVn-vw@comcast.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <42bd0802$0$24266$ba620e4c@news.skynet.be> Organization: -= Belgacom Usenet Service =- NNTP-Posting-Host: 87bf2ace.news.skynet.be X-Trace: 1119684610 news.skynet.be 24266 80.201.208.202:10128 X-Complaints-To: usenet-abuse@skynet.be Xref: g2news1.google.com comp.lang.ada:11642 Date: 2005-06-25T09:32:34+02:00 List-Id: Steve wrote: > WinBase.GetStdHandle( WinBase.STD_OUTPUT_HANDLE ) this does not return a WINDOW handle (HWND) but a DEVICE handle. the return value of this function cannot be used in function taking a HWND as a parameter. -- rien