windres problem

Phil Krylov phil@mail.ru
Mon May 8 09:34:00 GMT 2000


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



More information about the Cygwin mailing list