Generating Menu at run time

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any source code/demo/sample to generating menu in MDI form at
runtime ?
I did tried to code myselft but very confusing haven't success yet.

Sen
TIA
 
Sen,

Why don't you start building it in the designer and than cut and paste that
to an other place.
A very simple way of learning this.

Cor
 
Sen said:
Is there any source code/demo/sample to generating menu in MDI form at
runtime ?

If you want the MDI container's menu to contain a list of the child forms,
simply set the 'MdiList' property of one of the menu items to 'True'.
 

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