I have added a MS Form 2.0 to my VB6-project. It contains a treeview control on the left side of my form. Clicking a node fires code to refresh data from the selected node on the right side of the form (update labels, combobox etc.) When i'm in the developmode this works fine but when i execute the compiled program it crashes at the moment the code reaches the point where it changes the labels, combobox. What can i do to prevent my app from crashing?
Thanks,
John
Thanks,
John