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: <000801bf4f15$533eb7f0$0164a8c0@firedup.com> From: "Josh Mitts" To: Subject: Windres STYLE tag Date: Sat, 25 Dec 1999 15:19:19 -0500 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01BF4EEB.6A3C6FD0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 ------=_NextPart_000_0005_01BF4EEB.6A3C6FD0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi there. I cannot seem to correctly implament the DIALOG STYLE style under = windres....here's a snippet of my .rc file - anyone have any = suggestions? AboutDlg DIALOG FIXED 6, 21, 198, 99 STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU CAPTION "Expense Master" FONT 8, "MS Shell Dlg" BEGIN DEFPUSHBUTTON "&OK", 103, 72, 74, 40, 14 LTEXT "Expense Master", 104, 45, 14, 128, 8 LTEXT "Written by Josh Mitts", 105, 45, 35, 59, 8 LTEXT "Abundant Life Network, Inc.", 106, 45, 45, 98, 8 LTEXT "Copyright (c) 2000", 107, 45, 54, 138, 8 END Please help! Josh josh AT fired-up DOT com ------=_NextPart_000_0005_01BF4EEB.6A3C6FD0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi there.
 
I cannot seem to correctly implament = the DIALOG=20 STYLE style under windres....here's a snippet of my .rc file - anyone = have any=20 suggestions?
 
AboutDlg DIALOG FIXED 6, 21, 198, = 99
STYLE=20 DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | = WS_SYSMENU
CAPTION=20 "Expense Master"
FONT 8, "MS Shell = Dlg"
BEGIN
 DEFPUSHBUTTON=20  "&OK", 103, 72, 74, 40,=20 14
 LTEXT         &n= bsp;=20 "Expense Master", 104, 45, 14, 128,=20 8
 LTEXT         &nb= sp;=20 "Written by Josh Mitts", 105, 45, 35, 59,=20 8
 LTEXT         &nb= sp;=20 "Abundant Life Network, Inc.", 106, 45, 45, 98,=20 8
 LTEXT         &nb= sp;=20 "Copyright (c) 2000", 107, 45, 54, 138, 8
END
 
Please help!
 
Josh
josh AT fired-up DOT com
------=_NextPart_000_0005_01BF4EEB.6A3C6FD0--