Re: get text from listbox

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



> No wonder you are having problems, it is NOT a listbox but a LISTVIEW. a
> completely different animal.

RBS posted the listbox to have LBS_OWNERDRAWVARIABLE style, so it IS a
listtbox.

Juergen.


.



Relevant Pages

  • Re: Treeviews
    ... (re Listview) is in the realm where you have put your ... Editor and GUI classes. ... route I went - record editing on the left and a Listbox on the right. ... Then I see one of my smart buddies in Answer Exchange using a Treeview ...
    (comp.lang.cobol)
  • Re: in listbox eine zeile grau machen
    ... Mit der ListBox ist dies nur mit Aufwand möglich, ... ListView aus den Windows Common Controls 6.0 greifen. ... With TreeView1 ... .FullRowSelect = True ...
    (microsoft.public.de.vb)
  • Re: The making of intellisense - is this the way?
    ... When user types "." ... have to search HashTable and fill the listview. ... > 1) 1 listbox. ... > Class ABC ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MultiColumn ComboBox
    ... With ListView 6.0 you can set the FullRowselect property to True to mimic ListBox behaviour. ... If you base a combobox on a named range by setting the combobox's ...
    (microsoft.public.excel.programming)
  • Re: Draw a line between 2 list boxes using drag and drop...
    ... Private Sub ListBox1_MouseMove(ByVal sender As Object, ... ListView rather than a ListBox, then you can use the GetItemAt method of the ... ListView, passing a Point object. ... > Im starting on a application that will map fields from an excel file ...
    (microsoft.public.dotnet.languages.vb)