CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: VictorN

Search: Search took 0.11 seconds.

  1. Replies
    11
    Views
    10,200

    Re: Multi Line ListBox

    Please, read MSDN carefully!
  2. Replies
    11
    Views
    10,200

    Re: Multi Line ListBox

    Please, read the documentation (MSDN).

    PS: BTW, why did you get the arySel with the item indexes if you don't use it at all? :confused::thumbd:
  3. Replies
    11
    Views
    10,200

    Re: Multi Line ListBox

    The CArray<int,int> aryListBoxSel contains the indexes of selected items.
  4. Replies
    11
    Views
    10,200

    Re: Multi Line ListBox

    Start with the example from MSDN article CListBox::GetSelItems
    I hope, a simple sorting algorithm won't be a problem for a programmer being able to program with Assembler for hardware! ;)
  5. Replies
    11
    Views
    10,200

    Re: Multi Line ListBox

    1. Your code is a little strange: what for are you using
    _asm nop;

    2. To delete items in a listbox with multi-selection you have to call CListBox::GetSelItems , then sort the item indexes in a...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured