Support My Blog
Download Free Games

Load Combo Items from a Text File

Hi, We have seen most methods to populate  Combo.  I would like to share another way, which is an important one. In this example, we will import Combo items from a Text File. This file has comma separated values ( techies call em CSVs ). In our case, each line in the Text File will [...]

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 Box to Slide Show

This example shows how to use Combo Box to insert and arrange IMAGES into groups of Slide Shows. Right-click to Download the APZ file.

Combo Box to Dialog Content On-The-Fly

Our previous examples show how to call Dialogs from Combo Box. However, content are hardcoded into several DIALOGS. Lets see how to use a single Dialog Only to insert different Text and Image into it when we made a selection. Saves lots of bytes and time. The IMAGE which is set into the DIALOG PAGE [...]

Page 1 of 212»