Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Newbie Question(s)
Old
  (#1)
Anonymous
Guest
 
Posts: n/a
Default Newbie Question(s) - 06-04-2007, 09:48 AM

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.

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 (Public Sub).

What do i need to put there?



Thanks in advance!




   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Newbie Question(s)
Old
  (#2)
Hal Rosser
Guest
 
Posts: n/a
Default Re: Newbie Question(s) - 06-04-2007, 09:48 AM

put a button on the form and double-click it - then make note of how the sub
is declared - then follow the lead

"Anonymous" <EMAIL REMOVED> wrote in message
news:3ARWc.200151$M95.157591@pd7tw1no...
> 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.
>
> 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 (Public Sub).
>
> What do i need to put there?
>
>
>
> Thanks in advance!
>
>
>
>



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Newbie Question(s)
Old
  (#3)
Rick Rothstein
Guest
 
Posts: n/a
Default Re: Newbie Question(s) - 06-04-2007, 09:48 AM

Almost everybody in this newsgroup is using VB6 or lower. While you may
get a stray answer to VB.NET questions here, you should ask them in
newsgroups devoted exclusively to .NET programming. Look for newsgroups
with either the word "dotnet" or "vsnet" in their name.

For the microsoft news server, try these newsgroups...

microsoft.public.dotnet.general
microsoft.public.dotnet.languages.vb
microsoft.public.vsnet.general

There are some others, but these should get you started.

Rick - MVP



"Anonymous" <EMAIL REMOVED> wrote in message
news:3ARWc.200151$M95.157591@pd7tw1no...
> 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.
>
> 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 (Public

Sub).
>
> What do i need to put there?
>
>
>
> Thanks in advance!
>
>
>
>


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Newbie Question(s)
Old
  (#4)
Anonymous
Guest
 
Posts: n/a
Default Re: Newbie Question(s) - 06-04-2007, 09:48 AM

Thanks


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top