Hi again,
I have two forms as controls. Both are on a main form and with a treeview I
switch back and forth between the two. On the first form is a calculation.
The result of this calculation should also be shown on the second form when
this is opened. The lables on the second form that need to be updated are on
a tabcontol. I've tried gotfocus, activated, visiblechanged and god knows
what else. The lables are changed only at the startup time of the program
but not when I switch back and forth with the treeview.
Any ideas?
Thanks,
Jerry
I have two forms as controls. Both are on a main form and with a treeview I
switch back and forth between the two. On the first form is a calculation.
The result of this calculation should also be shown on the second form when
this is opened. The lables on the second form that need to be updated are on
a tabcontol. I've tried gotfocus, activated, visiblechanged and god knows
what else. The lables are changed only at the startup time of the program
but not when I switch back and forth with the treeview.
Any ideas?
Thanks,
Jerry
Comment