Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Edit etc Bar at top of form

Status
Not open for further replies.

yumbelie

Programmer
Dec 31, 2002
96
GB
Hi,

How exactly do I implement a File, Edit etc bar at the top of my form? Is it a control? or is it something I enable on a form? - I can find no references on the net, or in MSDN, but thats probablly because I haven't a clue what such a control (assuming it is a control) is/would be called.

Thanks

Yum.
 
I suspect you are looking for the toolbar control.

There is one included in the Microsoft Common Controls with VB6.

There is also a full reference to it in MSDN (search for Toolbar Control)


Take Care

Matt
If at first you don't succeed, skydiving is not for you.
 
Or are you looking for menus or the Menu Editor. If so set the IDE to form view and press <ctrl>-E, or it's often the third icon (from the left) on the toolbar, or yoou can find it under the Tools|Menu Editor menu.

zemp
 
Hi Yum:

If one is looking to add the menu bar, one can use the Menu Editor option under the Tools menu. In the Help file, one can look up the Menu Control for the descriptions.

Cassandra
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top