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 Image

This simple example can easily become applications such as E-Album, E-Catalogue, E-Archive and DeskTop Teaching Software. To make it more intelligent, connected and interactive, add Dermot’s and Reteset’s plugins to it. > From Combo, it pulls text to Labels. > From Combo, it pulls relevant info from a Text File and set them into Paragraph. [...]