Programming with FASM – ComboBox Control – part 002.

In the last FASM tutorial I add a simple ComboBox without items.
In this tutorial I will add two items and one button to show the output of selected ComboBox.
The source code is similar with the source code from the last tutorial.
I commented the source code rows for a good image of development steps:

This file is on main folder fasm and is named MyComboBox001.fasm.
I run all with this commands:

This is result of these commands:
programming assembly fasm combobox
I don’t customize this example, but can be done.
For example, you can see the title of the message is Error, or the window is not set on the center of the screen.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.