My god man... that's some high level kung-fu coding you did there!
Thank you it works!!!!
EDIT:
When activating the below line (which can be found within the "case WM_INITDIALOG" part) the right listbox still doesn't work properly.
But I found a way around this, I put the below code under case IDOK:
So now everything seems to work like it's supposed to with the listboxes having their text content rendered with font styling and showing the thumbnails.
Thank you it works!!!!
EDIT:
When activating the below line (which can be found within the "case WM_INITDIALOG" part) the right listbox still doesn't work properly.
But I found a way around this, I put the below code under case IDOK:
int hCheck=id(6 hDlg)
if(IsWindowEnabled(hCheck))
_i=LB_SelectedItem(id(8 hDlg))
out _i
ret
So now everything seems to work like it's supposed to with the listboxes having their text content rendered with font styling and showing the thumbnails.