mIRC Homepage
Posted By: HAMM3R MDX Icon listview - 30/11/05 11:24 PM
I have a list, with listview. Id like to put and icon in the 4th colum, but i can only manage to get it in the first. Here's what I have:
Code:
did -a dailogname 1  0 + 1 0 0  test $chr(9) test2 $chr(9) test3  $chr(9) ICON HERE

What am i doing wrong?
Posted By: hixxy Re: MDX Icon listview - 30/11/05 11:55 PM
I'm not certain on this but I don't think windows itself lets you put icons in anything but the first column unless you ownerdraw the control, so MDX probably won't be able to either.
Posted By: Mpdreamz Re: MDX Icon listview - 01/12/05 10:35 AM
you are able to put icons in other columns as the first in MDX, according to its help file.
[indent#] [+flags] [icon#] [overlay#] [state#] [text]{tab}[+flags] [icon#] [overlay#] [state#] [text]{tab}...

try: did -a dialogname id 0 + 0 0 0 Column1 $chr(9) + 1 0 0 Text here with an icon.

I havent tried this in MDX though i reckon it should work, i know for a fact this is possible in DCX .
Posted By: HAMM3R Re: MDX Icon listview - 01/12/05 08:42 PM
Thanks guys. Worked well.
© mIRC Discussion Forums