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 problem


Hello,
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@sourceware.cygnus.com


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