This is the first time I've tried to use a mail list. Sorry if I make a newbe mistake.
Can anyone tell me how to use tabs in the list box control. I want to line up several columns in a list box. It seems like the "usetabstop" option would do this, but I can't get it to work. I have specified "usetabstop" is 1 when I create the list box. I've called the method SetTabStops after creating the list. I've created a text string with \t embedded in the string. When I add the string to the list box everything after the first \t disappears. If I change the "usetabstop" to 0 then I see all my text on the line with a graphic symbol where the \t is, so it seems to be doing something. Suggestions on how to fix this or suggestions on an alternate method to get the same result would be appreciated. Also, this is the first time I've tried to use the win32 gui. Thanks, Roger