Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Window based application..this really bug me:

-listboxA from FormA has to be transfered in listboxB in formB

precondition : ListboxA will be updated every 2 second and ListBoxb shall have da same value each 2 second.

-each item in listboxB should able to retrieve the data in DB.
Posted

1 solution

If FormB is a member variable in FormA, then it's easy to call a method that passes values through. For the rest, you just need a timer to fire every 2 seconds. Easy.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900