|
-
Jun 13th, 2010, 08:07 PM
#1
Thread Starter
Lively Member
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
-
Jun 13th, 2010, 11:10 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|