Results 1 to 4 of 4

Thread: List Box from Combo Box

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2006
    Posts
    2

    Exclamation List Box from Combo Box

    Hi,

    I have a program w/ a DB backend. What I would like to do is fill a listbox based on the selection of the combo box.

    In addition I would like to have two text boxes .text values based on the listbox selection.

    I understand it's based on

    VB Code:
    1. ProjectList_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ProjectList.SelectedIndexChanged

    (ProjectList being my combobox) but not sure how to fill the listbox based on this change.

    Thanks
    Last edited by RobDog888; Nov 8th, 2006 at 04:34 PM. Reason: Added [vbcode] tags

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