CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CListBox

  1. #1
    Join Date
    May 2002
    Posts
    16

    CListBox

    May I know how to display an item in the list box with "\t"?

    For example, the list box is going to display the string "Name ID PhoneNo", followed by the next line "Mary 12345 4061234".
    I can't use "\t" as some funny character will be displayed instead.

    Anyone encountered this before? Or should I use some other control besides CListBox? I'm using CListBox as I need to get the selected item from the list to perform some other operation.


  2. #2
    Join Date
    May 2002
    Location
    china
    Posts
    8

    Re: CListBox

    I have tried it
    And there's no problem.





Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured