Error when compiling - Totaly Lost !!!!!
Hi guys.
I have a form, with a tool bar at the top
File, Edit etc etc
When I compile I get a few errors.
Not sure what they mean, and how to get rid of them.
I followed the instructions from my book ( wrox, Beginning VB.NET )
Attached is a copy of the screenshot I took to show the errors.
Thanks in advance for any help given
Best Wishes
Max
http://www.auxi59.dsl.pipex.com/diagram2.jpg
Below, Code for the menus....
PrivateSub ExitToolStripMenuItem_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles ExitToolStripMenuItem.Click Me.Close() EndSub PrivateSub CutToolStripMenuItem_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles CutToolStripMenuItem.Click PrivateSub CopyToolStripMenuItem_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles CopyToolStripMenuItem.Click PrivateSub PasteToolStripMenuItem_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles PasteToolStripMenuItem.Click PrivateSub UndoToolStripMenuItem_Click(ByVal senderAs System.Object,ByVal eAs System.EventArgs)Handles UndoToolStripMenuItem.Click |
--
Access 2003 ( For Data Sets Backend )
Visual Studio 2005 Beta 2
Crystal Reports Pro v10
Windows XP SP2
Total programming Beginner - Using .Net as first language !!!!
MSN ID: max_nvision[remove this]@yahoo.co.uk

