Re: Adding icons in ListViewAugust 18 2004 at 8:55 PM No score for this post |
(Login chrystoffer) from IP address 200.163.243.6 |
Response to Adding icons in ListView |
|
did -a dialog id_listview 0 icon#1 0 1 text $+ $tab $+ + icon#2 0 1 text2 $+ $tab $+ + icon#3 0 1 text
ex:
did -a mdxdlg 2 0 1 0 1 text for icon1 $+ $tab $+ + 2 0 1 text for icon2 $+ $tab $+ + 3 0 1 text for icon3 |
|