Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Reply-To: From: "Norman Vine" To: Subject: RE: Installation problems Date: Wed, 2 Aug 2000 10:56:31 -0400 Message-ID: <000a01bffc91$e016a0a0$9137ba8c@nhv> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2232.26 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Importance: Normal In-Reply-To: <200008021405.KAA25676@envy.delorie.com> > PS: THE ERROR MESSAGE BOX comes up hidden under the progress box. I > thought the system was frozen and restarted three times before I > figured that one out. You could maybe make it come up on top, or > change the size or location? Tnx. winsup / cinstall / msg.cc static int mbox (int type, int id, va_list args) { char buf[1000], fmt[1000]; if (LoadString (hinstance, id, fmt, sizeof (fmt)) <= 0) ExitProcess (0); vsprintf (buf, fmt, args); return MessageBox (0, buf, "Cygwin Setup", type | MB_TOPMOST); } -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com