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

    Selecting Datalist Value?

    Another Question?

    In Visual Basic 6.0, We want to display data in a datalist box, which we already got, but now we want to trap on mouse click events on specific selection that should open information pertinent to the respective record on which the user had clicked.

    eg. If the datalist shows all the company names, now when the user clicks on a specific company name, results specifically for that company name be displayed, be it from a specific database. Say company billing info may come up, which will be definitely from a database.

    But how to trap that onMouse Click Event within individual elements of the data list.

    Any information would be appreciated.

    Thanx. Akayla




  2. #2
    Join Date
    Sep 1999
    Posts
    11

    Re: Selecting Datalist Value?

    Please use Listview control for this purpose


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