combobox.rc   [plain text]


#define CBS_SIMPLE 0x1
#define WS_TABSTOP 0x10000

501 DIALOG DISCARDABLE  0, 0, 168, 137
BEGIN
    COMBOBOX        1001,10,10,50,54, CBS_SIMPLE | WS_TABSTOP
END