Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Listbox with [ENTER] and images not working
#3
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.

Code:
Copy      Help
SetWindowSubclass(id(8 hDlg) &sub.WndProc_Subclass_lbright_enter 1 0)

But I found a way around this, I put the below code under case IDOK:
Code:
Copy      Help
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.


Messages In This Thread
RE: Listbox with [ENTER] and images not working - by r0n - 12-24-2018, 02:10 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)