Results 1 to 2 of 2

Thread: [RESOLVED] Referencing value from a list

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2006
    Posts
    2

    Resolved [RESOLVED] Referencing value from a list

    Hi,

    First post so hi!

    Just a quick question:...

    I'm trying to reference a value from a list, something like:

    lblShow.Caption = ListOne (value of whats selected) but I don't know how to get the value?

    Any help appreciated,

    Chloe

  2. #2
    Smooth Moperator techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,543

    Re: Referencing value from a list

    It's called the ListIndex property:

    VB Code:
    1. lblShow.Caption = ListOne.List(ListOne.ListIndex)

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

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