menus on forms

B

bbdobuddy

Hi

Can I put a menu on a form and if so how can I do that

Thanks
Brian Bjelland
 
S

Sprinks

Basically, you attach code to a control event that performs the listed menu
tasks. This could be a series of command buttons or just textboxes, with the
code run in the OnClick or DoubleClick event.

Sprinks
 
Top