Support My Blog
Download Free Games

Combo Items On-The-Fly

We’ve seen how to populate Combo Items by using Tables, DB and manually. This time we will use another method to add items into the Combo Box. We will populate a Combo Box by selecting any folder on the PC.  It will list all files from that folder automatically. Then, when a File is selected [...]

LETS EDIT THE COMBO ITEMS

We have seen how to populate Combo Boxes with TABLES and DB. This time, we will see how to enter items manually and directly into the COMBO at runtime.  Items can be ADDED, EDITED and DELETED. For this purpose, we will utilize several OBJECTS ( INPUT boxes, BUTTONS, DIALOG  & COMBO box)  and their frequently [...]

Fill Combo from SQLite DB

All of the previous examples use TABLES to populate items into Combo Boxes. This is an economical and quick method when dealing with items such as Dates, Names of Days, Names of Months, AM/PM, Gender, Number of Children, Race, Marital Status and other small list. For larger lists, we prefer to use SQLite DB. This [...]

Combo Box to Active ListBox

This example extends the previous example with an “active” ListBox. > ListBox OnSelect will read a TextFile and fill the content into a Paragraph > ListBox OnDoubleClick will open a Dialog Box containing Text and Image. > Only 1 Dialog Box is used and will pull items on the fly. Please Login or Register to [...]

Combo to Listbox

This example shows how to fill Text and Data into a List Box when a selection is made on a Combo Box. Right-click to Download the APZ file.

Page 1 of 3123»