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 sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <391F9748.4480CBE2@mail.ru> Date: Mon, 15 May 2000 10:20:56 +0400 From: Phil Krylov X-Mailer: Mozilla 4.61 [en] (Win98; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: cygwin AT sourceware DOT cygnus DOT com Subject: windres problem Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hello, sorry for sending this message again, but I had no answer in the first time. Can someone tell me how can i define a dialog containing a CommCtrl (e.g., Header control) in windres? The following commands fail: CONTROL "header control", iddStructHeader, "SysHeader32", DS_BUTTONS|HDS_HORZ|WS_CHILD|WS_VISIBLE, 0, 0, 300, 10 CONTROL "header control", iddStructHeader, WC_HEADER, DS_BUTTONS|HDS_HORZ|WS_CHILD|WS_VISIBLE, 0, 0, 300, 10 The CONTROL keyword expects a number for a class name, instead of a string. Or did I do something wrong? Phil. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com