Click to See Complete Forum and Search --> : Selecting Datalist Value?


Akayla
September 23rd, 1999, 03:04 PM
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

Arun Sahoo
September 27th, 1999, 07:21 AM
Please use Listview control for this purpose