How to create menu at runtime in VB 6.0.

  • Thread starter Thread starter Sakharam Phapale
  • Start date Start date
S

Sakharam Phapale

Hi all,

Is it possible to create menu in runtime in VB 6.0.

If yes then How?

Thanks and Regards
Sakharam Phapale
 
Sakharam,

This is a VBNet newsgroup, probably a lot know the answer, however better is
to ask this in classic VB newsgroups because when there are answers given
here on that, and people do search here for dotNet problems, they can think
it is a VBNet answer while it is not.

microsoft.public.vb *

There are a lot, however I thought that general discussions was the most
active.

I hope this helps?

Cor

"Sakharam Phapale"
 
* "Sakharam Phapale said:
Is it possible to create menu in runtime in VB 6.0.

That's not possible. All you can do is load items to an indexed menu
item, but submenus cannot be created (it's possible with Windows API
declares, but that's not as easy as using the menu designer).

<URL:http://www.blackbeltvb.com/free/dynamenu.htm>

BTW: This is a VB.NET language group. For questions on VB6 controls
consider posting to this group:

microsoft.public.vb.controls
 

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