Integrating forms in a form

  • Thread starter Thread starter Christian Soltenborn
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top