Results 1 to 2 of 2

Thread: Matching comboboxes

  1. #1

    Thread Starter
    Lively Member RichardKnox's Avatar
    Join Date
    Jul 2009
    Location
    Southern Michigan
    Posts
    89

    Matching comboboxes

    I have a combobox on my main form and it lists geographical locations that the user creates.

    How do I make the comboboxes on the sub forms match the one on the main form??

    Thanks,
    Thanks,
    Richard -
    --------
    -->Newbie Coder<<--
    Using VB.NET 2008/.NET 2.0/3.5

  2. #2
    Frenzied Member
    Join Date
    Jan 2006
    Posts
    1,875

    Re: Matching comboboxes

    may be you can pass the Main form's combobox's value as parameter to sub form using property and set the sub form combobox's value to passed parameter during the sub form's load event.
    __________________
    Rate the posts that helped you

Tags for this Thread

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