A
Anonymous
Hi. I am new to programming in VB.net, and am making my first application.
But I have no clue what I'm doing.
Somehow I managed to get most of the errors fixed, but I have six left with
the same problem: Identifier Expected.
Here's an example:
---
Public Sub
(V_Click)(ByVal eventSender As System.Object, ByVal eventArgs As
System.EventArgs) Handles V.Click
NotaciousVersion.DefInstance.Show()
End Sub
---
All of them have a little wavy line under the b in Sub (for Public
Sub).
What do i need to put there?
Thanks in advance!
But I have no clue what I'm doing.
Somehow I managed to get most of the errors fixed, but I have six left with
the same problem: Identifier Expected.
Here's an example:
---
Public Sub
(V_Click)(ByVal eventSender As System.Object, ByVal eventArgs As
System.EventArgs) Handles V.Click
NotaciousVersion.DefInstance.Show()
End Sub
---
All of them have a little wavy line under the b in Sub (for Public
Sub).
What do i need to put there?
Thanks in advance!