Hi people i need you to help me with a problem.
It regards dynamic combo boxes( i think they are called dynamic because i googled it and thats how most people describe it), now I do have ComboBoxes covered in my book, but it doesn't cover what I need now. For my project I need to build 2 combo boxes. And I can select a value from the first combo box and that value will then directly effect the second combo box which will then contain values which are dependent on the value chosen in the first combo box. Now I can implement regular combo boxes in my program and make them work, but I just can not find a good and clear example of how the communication between them works, so if anyone could be kind enough to help me out here, I would appreciate it very much.