where is menu editor in visual studio.net(which is assume is visual basic 7)?
For now I have to add it using the Toolbox > Windows Forms on the left.
WHICH I DONT WANT TO DO BECAUSE I HAVE A "SAMS TEACH YOURSELF VISUAL BASIC 6" BOOK AND WANT TO LEARN.
I want Menu Editor.
Also,
Since Im using the Windows Forms, I looked at the code and manually added:
Private Sub MenuItem21_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MenuItem21.Click
Intcracker = MsgBox("Created by Tyler Ward", MsgBoxStyle.OKOnly, "About...")
End Sub
This is for the HELP section (im creating a program that does nothing. Just learning)
The error is: Name Intcracker is not declared.
More info:
C:\Documents and Settings\bi0h4z4rd\My Documents\Visual Studio Projects\WindowsApplication2\My Projects\Form1.vb(240): Name Intcracker is not declared.
Can someone help and also provide a DETAILED and more guide to making menus adding them to work. I looked all over google and found nothing. Too much articles on VS.net.
Please help, thanks and appreciated.
For now I have to add it using the Toolbox > Windows Forms on the left.
WHICH I DONT WANT TO DO BECAUSE I HAVE A "SAMS TEACH YOURSELF VISUAL BASIC 6" BOOK AND WANT TO LEARN.
I want Menu Editor.
Also,
Since Im using the Windows Forms, I looked at the code and manually added:
Private Sub MenuItem21_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles MenuItem21.Click
Intcracker = MsgBox("Created by Tyler Ward", MsgBoxStyle.OKOnly, "About...")
End Sub
This is for the HELP section (im creating a program that does nothing. Just learning)
The error is: Name Intcracker is not declared.
More info:
C:\Documents and Settings\bi0h4z4rd\My Documents\Visual Studio Projects\WindowsApplication2\My Projects\Form1.vb(240): Name Intcracker is not declared.
Can someone help and also provide a DETAILED and more guide to making menus adding them to work. I looked all over google and found nothing. Too much articles on VS.net.
Please help, thanks and appreciated.