syntax for save as in visual basic 6.0
-
martes, 06 de marzo de 2012 6:07I am making an application using visual basic but a am not able to get the syntax for save as menu, open menu , new menu . please help me
- Cambiado Bob_BaoMVP jueves, 08 de marzo de 2012 2:56 (From:Visual Basic General)
Todas las respuestas
-
martes, 06 de marzo de 2012 6:09
Hi Khn1o1
this is a VB.NET Forum
for VB6 questions see this thread
-
martes, 06 de marzo de 2012 12:23
A menu in VB is done already for years the same.
You open the toolbox and drag a menu on the form. Since version 8 that menu has the name MenuStrip.
Which has changed are the events, there are much more possibilities currently. When you double click on an item there opens an event and it has not any more to be done with one method for all.
Private Sub OpenToolStripMenuItem_Click(sender As System.Object, e As System.EventArgs) Handles OpenToolStripMenuItem.Click 'Do what you want to do End Sub
Success
Cor -
jueves, 08 de marzo de 2012 2:39
Hi Khn1o1,
Thank you for your post and Cor's advise is helpful. However, your issue is about VB6, so I’m afraid this is not the proper forum for your issue. You can check this link (http://social.msdn.microsoft.com/Forums/en-US/vblanguage/thread/aa350a38-3bb9-4919-9cc1-afaf7fed52f5) and post it at correct forum.
Have a nice day!
Shanks Zen
MSDN Community Support | Feedback to us

