Support My Blog
Download Free Games

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

Combo Box to Combo Box to Dialog

This example combines the examples we had posted earlier to make a Basic Digital Album. This time, a BUTTON pulls data from COMBO BOX 2 to launch a DIALOG BOX containing photo. We also use Application.SetDialogProperties to change the title of each DIALOG on-the-fly. Please note how we use TABLES to fill data. Right-click to [...]

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.