CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    Ljungby, Sweden
    Posts
    5

    How to present data to a List controlbox??

    I am for the first time trying to make a dialog in mfc.
    My dialog has a list controlbox, in which I want to present data from a databas, in order to enable a user to select an item. I have not even been able to present visible data to the list controlbox.
    Anyone??



  2. #2
    Guest

    Re: How to present data to a List controlbox??

    Try
    SetItemText() and InsertItem() of the listcontrol class.


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