syntax for save as in visual basic 6.0
-
mardi 6 mars 2012 06: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
- Déplacé Bob_BaoMVP jeudi 8 mars 2012 02:56 (From:Visual Basic General)
Toutes les réponses
-
mardi 6 mars 2012 06:09
Hi Khn1o1
this is a VB.NET Forum
for VB6 questions see this thread
-
mardi 6 mars 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 -
jeudi 8 mars 2012 02: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

