So I have this listbox on hDlg called %IDLISTBOX1
Life is good (isn't it?)
Now, a user selects a string on the listbox, and this message occurs:
%LBN_SELCHANGE
Two questions.
If the string is highlighted how can i get the position of the string.
Since the string actually represents itself in an array in the same position this would be nice.
Question 2
Is there a message for a RIGHT CLICK on this control, if so I'd like to throw a menu up like "Remove this item"
Thanks!
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Life is good (isn't it?)
Now, a user selects a string on the listbox, and this message occurs:
%LBN_SELCHANGE
Two questions.
If the string is highlighted how can i get the position of the string.
Since the string actually represents itself in an array in the same position this would be nice.
Question 2
Is there a message for a RIGHT CLICK on this control, if so I'd like to throw a menu up like "Remove this item"
Thanks!
Scott
------------------
Scott
mailto:[email protected][email protected]</A>
Comment