Hi guys!

I'm looking some practical way to create vb-menus without a lot a API's or components.

When i open the form trough the notepad, i can see some structure apparently easy to write.

Like:

Begin VB.Menu MyMenu
.Caption = "Menu"
End

It seems to be easy to use... but i cant use this code inside any class. Can i use this standard by some way?