Support My Blog
Download Free Games

Load Combo Box from XML

Hi, XML ( Extensible Marked-up Language ) is used to structure, store and transport DATA. Simply means holding pure information wrapped in tags. An XML file can be shared across several software which supports it. As such, XML files are also known as an Open Document. Some software which support XML files are AMS, Open [...]

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 [...]

Good Old Dialog Box

Hi, I really thought that the Dialog Box will become redundant and irrelevant after the advent of DialogEx. I was wrong. What I realize now is that,  IR gave more options for us to choose from. Dialog Box uses lower system overhead and the compiled app has smaller byte-size. It is very efficient in displaying [...]

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 [...]

Page 1 of 41234»