Windows question

Started by
0 comments, last by Emmanuel Deloget 18 years, 1 month ago
Does anyone know how to add items to a combo-box or how to get the color palette for picking colors( like Paint for windows).

NBA2K, Madden, Maneater, Killing Floor, Sims http://www.pawlowskipinball.com/pinballeternal

Advertisement
I assume that you are dealing with pure win32 (no C++, no MFC, nothing)

The color palette is a standard dialog box. You can display it by calling ChooseColor functions.

Adding an item to a combo box is done by sending the CB_ADDSTRING message to your combo box.

HTH,

This topic is closed to new replies.

Advertisement