Support My Blog
Download Free Games

ListBox & Text File Interactions

Hi, In this installment, I’m combining 2 earlier ListBox samples to make a Mini eMail Address Book. However, this example is a very basic one with no categories and no annotations for each item. Most important thing at this stage is to understand how to Import Text File Items into ListBox & to Export ListBox [...]

Load ListBox from Text File

Hi, I’m fulfilling a promise made to Lukas that I would post an example on how to Load ListBox Text & Data from a Text File. This will also help others who need this reference. In this example, I’m not using the popular Delimited Function. The function looks daunting to some friends who are starting [...]

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.