windres problem

Phil Krylov phil@mail.ru
Sun May 14 23:19:00 GMT 2000


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



More information about the Cygwin mailing list