SetItemData for list in Modern UI - how?
Is there any mechanism to store data along with list item captions? Or should I manually call SetItemData?
Archive: SetItemData for list in Modern UI - how?
SetItemData for list in Modern UI - how?
Is there any mechanism to store data along with list item captions? Or should I manually call SetItemData?
You'd have to manually store the data.
You could use my array plugin which I use for the same purpose.
http://nsis.sf.net/wiki/File:NSISArray.zip
-Stu
Thanks, array plugin will solve the problem.