no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:others:cool_html_combo_box [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Creating a combo box with images ====== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | Here's how this project works: | ||
+ | |||
+ | * The .dmb project is very simple: it only contains a toolbar, a toolbar item and the DynAPI template. | ||
+ | * The colors have been adjusted so the menu items resemble the standard Windows 3.1/Windows 95 comboboxes: white, black and blue. | ||
+ | * The rest is all DynAPI and a simple function to change the selection. Here's the source code: | ||
+ | |||
+ | ---- | ||
+ | |||
+ | http:// | ||
+ | |||
+ | ====== Editable Combo Box ====== | ||
+ | |||
+ | http:// | ||
+ | |||
+ | DHTML Combobox | ||
+ | |||
+ | Currently HTML forms are missing a " | ||