C
Christian Soltenborn
Hi guys,
I have another beginner question for you:
As we in our group all don't have experience with VB, we splitted the
work by creating different forms which would be programmed by different
people. Now we would like to have one Form in which we have all the
other forms integrated: We have a tool bar and a main area, and the
forms are supposed to be displayed in th main area when the according
button is clicked.
What is the easiest way to do that? We thought about changing our
different forms into panels and hide() and show() them, but we loose the
possibility to edit them in the gui editor if we do it like this -
everything becomes a mess.
Does anybody have a better suggestion?
Thanks in advance,
Christian
I have another beginner question for you:
As we in our group all don't have experience with VB, we splitted the
work by creating different forms which would be programmed by different
people. Now we would like to have one Form in which we have all the
other forms integrated: We have a tool bar and a main area, and the
forms are supposed to be displayed in th main area when the according
button is clicked.
What is the easiest way to do that? We thought about changing our
different forms into panels and hide() and show() them, but we loose the
possibility to edit them in the gui editor if we do it like this -
everything becomes a mess.
Does anybody have a better suggestion?
Thanks in advance,
Christian