Re: printf fix
- Posted by Brian Broker <bkb at CNW.COM> Apr 26, 2000
- 375 views
On Wed, 26 Apr 2000 12:49:48 -0400, Bernie Ryan wrote: > No \t is a escape sequence in a text string which means to goto > the next tab stop. When the escape character \ is seen it means > that the next character following is special character and because > that character is a t then it is interrupted as a tab to next stop. > > > Would't you like to use tabs in text in a listbox control. There are many messages that you can send to a listbox. Try looking into LB_SETTABSTOPS at: Note: To respond to the LB_SETTABSTOPS message, the list box must have been created with the LBS_USETABSTOPS style. Hope this helps, -- Brian