Hi. I want to create simple GUI with two columns. In the first column i want to show some sort of software installation comments/steps.
Then when a installation step is completed i want to show this in the second column with use of a failure / succes icon.
In the code below you see i am able to get a icon in the first column, but i need the icon to be where the 'x' now is. (the second column).
Any ideas/tips/example how this can be done ?
#include <GUIConstantsEx.au3>
#include <G