Results 1 to 3 of 3

Thread: Selecting combobox contents

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 2003
    Posts
    89

    Cool Selecting combobox contents

    Hello,

    I have a newbie combobox question.

    The combobox contains California's cities but I don't want to hardcode something like:

    VB Code:
    1. If cboState.Text = "Sacramento" = Then
    2. 'Do something with the selection
    3. End If


    Is there any other property I can use in a selection without hardcoding?

    Any coding suggestions are welcomed!


    Chris
    Last edited by Trancedified; Mar 1st, 2004 at 06:05 PM.

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