Support My Blog
Download Free Games

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

DialogEx to Combo

Hi, We’ve seen several ways to populate Combo items at runtime, namely from hardcoded Tables, DB, other Combo, Dynamically from Folders and Manually from Input Boxes on a Page. This time, we see exactly how to get Text and Data from a Pop-up DialogEx and insert them into a Combo on a Page. If you [...]

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

Page 3 of 5«12345»