Hello everyone.
I am attempting to build a "form" using Win32 and C++, which contains all of the necessary elements (drop down menus, radio buttons, and check boxes).
The problem is, I can find absolutely no resources as to how I would code a drop down list within Win32.
The drop down list that I am reffering to, is one that you have probably encountered on a website form, or something similar. The list starts off with an initial value (such as United States), and has a drop down arrow which can be clicked on to display other values in a list (such as other countries, etc).
Your help will be much appreciated.