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

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

Combo Box to Dialog

This is my first sample. What it does when you run the sample in AMS. Select an item from Combo Box ( Dropdown Menu ), a Dialog Box will Open. Right click to Download APZ file for this example. Feel free to comment.