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.

Problem solved.. it's called a combo box.. rofl.. Thanks guys.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.