Hi, I’m working on a calc-project.
I would like to create a dialog with two listboxes. Listbox1 is master of Listbox2. Everytime when I click on an element i Listbox 1 I want Listbox 2 to populate with elements belonging to the selected item.
Well my question is who to start this process. The eventhandler of the listbox has some events which I perhaps can use, (there are an event called “Elementstatus endret” (norweginan - something like Elementstate changed (?) ). But still … If I connect this event to a procedure or function, I have to reach the running dialogbox from thant procedure. Where/how do I find the handle for this dialog? Or perhaps there is a better way…
Regards
Harald