Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog ListBox change
#4
Isn't this supposed to give me the selection name on the list?

Function Dialog3
Code:
Copy      Help
,case LBN_SELCHANGE<<16|1
,_i=LB_SelectedItem(lParam)
,_s=LB_GETCURSEL
,out _s

I also tried:

LB_GETITEMDATA ; LB_GETSELITEMS ; LB_GETTEXT ; LB_GETITEMDATA

It always return a number, and the thing is, the number is always the same, it changes with the function but not with the item index on the list Cry
Any help would be appreciated. Thanks!! Smile


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)