This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Windres STYLE tag


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@fired-up.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]