CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2005
    Location
    algiers, Algeria
    Posts
    132

    [RESOLVED] listbox and ownerdata

    hi all,
    could i have a listbox with ownerdata like virtual listview in win32.

    thanks in advance.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: listbox and ownerdata

    No, but you could use List Control with only one column instead!
    Last edited by VictorN; July 12th, 2012 at 04:15 PM.
    Victor Nijegorodov

  3. #3
    Join Date
    Dec 2005
    Location
    algiers, Algeria
    Posts
    132

    Re: listbox and ownerdata

    Could you please give what style i can use to have a virtual listbox

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: listbox and ownerdata

    Again: there is no such a concept like a "virtual listbox".
    However, you could use virtual list control with LVS_REPORT style with only one column instead.
    Victor Nijegorodov

  5. #5
    Join Date
    Dec 2005
    Location
    algiers, Algeria
    Posts
    132

    Re: listbox and ownerdata

    thaank you

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