Click here to Skip to main content
15,917,177 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 13:35
beowulfagate27-Jun-04 13:35 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 14:41
beowulfagate27-Jun-04 14:41 
GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak27-Jun-04 18:15
mveDave Kreskowiak27-Jun-04 18:15 
GeneralRe: System.Configuration Namespace Pin
beowulfagate27-Jun-04 20:31
beowulfagate27-Jun-04 20:31 
GeneralRe: System.Configuration Namespace Pin
Dave Kreskowiak28-Jun-04 0:36
mveDave Kreskowiak28-Jun-04 0:36 
GeneralIm a Newbie looking for ideas Pin
gazfun25-Jun-04 13:12
gazfun25-Jun-04 13:12 
GeneralRe: Im a Newbie looking for ideas Pin
Colin Angus Mackay25-Jun-04 14:15
Colin Angus Mackay25-Jun-04 14:15 
General"Too many arguments to Public Sub New()" Pin
tanstaafl2825-Jun-04 10:45
tanstaafl2825-Jun-04 10:45 
I seem to be running into recurring problems with doing book exercises where my code looks exactly the same as the author's, but theirs works and mine has some sort of syntax error.

my latest is:

"Too many arguments to Public Sub New()"

The bolded line has the blue squiggly under (Me)

<br />
 Private Sub Button1_Click(ByVal sender As System.Object, _<br />
    ByVal e As System.EventArgs) Handles Button1.Click<br />
<br />
        Dim f2 As New Form2(Me)<br />
        f2.Show()<br />
        Me.Hide()<br />
<br />
    End Sub<br />
<br />
    Private Sub Button2_Click(ByVal sender As System.Object, _<br />
    ByVal e As System.EventArgs) Handles Button2.Click<br />
<br />
        Dim f2 As New Form2<br />
        f2.Show()<br />
<br />
<br />
    End Sub<br />
End Class<br />


Granted, there is another form involved here with similar code.

Still coaxing software out of the can after all these years...
General&quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 10:41
tanstaafl2825-Jun-04 10:41 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
VenkatFor.NET25-Jun-04 11:44
VenkatFor.NET25-Jun-04 11:44 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
Dave Kreskowiak25-Jun-04 11:56
mveDave Kreskowiak25-Jun-04 11:56 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 13:25
tanstaafl2825-Jun-04 13:25 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
Dave Kreskowiak25-Jun-04 17:18
mveDave Kreskowiak25-Jun-04 17:18 
GeneralRe: &quot;Too many arguments to Public Sub New()&quot; Pin
tanstaafl2825-Jun-04 20:42
tanstaafl2825-Jun-04 20:42 
GeneralMost Commonly Used Classes Pin
tanstaafl2825-Jun-04 9:40
tanstaafl2825-Jun-04 9:40 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 10:25
mveDave Kreskowiak25-Jun-04 10:25 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 10:36
tanstaafl2825-Jun-04 10:36 
GeneralRe: Most Commonly Used Classes Pin
VenkatFor.NET25-Jun-04 11:51
VenkatFor.NET25-Jun-04 11:51 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 11:53
mveDave Kreskowiak25-Jun-04 11:53 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 13:23
tanstaafl2825-Jun-04 13:23 
GeneralRe: Most Commonly Used Classes Pin
Dave Kreskowiak25-Jun-04 17:18
mveDave Kreskowiak25-Jun-04 17:18 
GeneralRe: Most Commonly Used Classes Pin
tanstaafl2825-Jun-04 20:32
tanstaafl2825-Jun-04 20:32 
GeneralProbs with Faxing Pin
sandeegk7725-Jun-04 8:19
sandeegk7725-Jun-04 8:19 
GeneralCrystal Report Problem Pin
htourne25-Jun-04 7:56
htourne25-Jun-04 7:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.