Hello.
I am trying to add strings to combo box
at resource editor level not at runtime.
[img=
http://www.freeimagehosting.net/uploads/123d861f73.gif]So combo box properties has tab: enter listbox items,
but it does not seem to work.
This is the generated resource script code:
/////////////////////////////////////////////////////////////////////////////
//
// Dialog Info
//
IDD_DIALOG1 DLGINIT
BEGIN
IDC_COMBO1, 0x403, 4, 0
0x3222, 0x0022,
IDC_COMBO1, 0x403, 4, 0
0x3322, 0x0022,
IDC_COMBO1, 0x403, 4, 0
0x3422, 0x0022,
0
END
#endif // English (U.K.) resources
/////////////////////////////////////////////////////////////////////////////
Many thanks.