NET] RE: [ADVANCED-DOTNET] Converting from VB to
C#
Thank you very much.
On 5/23/06, Jeff Ferguson <[EMAIL PROTECTED]> wrote:
>
> > I moved companies again and I have to use C# here. Here's some code
> > that I can't seem to be able to convert to C#.
> &g
PROTECTED] On Behalf Of Mike Andrews
Sent: Tuesday, May 23, 2006 2:36 PM
To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM
Subject: Re: [ADVANCED-DOTNET] RE: [ADVANCED-DOTNET] Converting from VB to
C#
Thank you very much.
On 5/23/06, Jeff Ferguson <[EMAIL PROTECTED]> wrote:
>
> > I moved compan
On 5/23/06, Mike Andrews <[EMAIL PROTECTED]> wrote:
Guys,
I moved companies again and I have to use C# here. Here's some code that
I
can't seem to be able to convert to C#.
Would someone be able to assist?
Public Sub New()
Me.New(Nothing)
End Sub
Public Sub New(ByVal pParent As Object)
..
Thank you very much.
On 5/23/06, Jeff Ferguson <[EMAIL PROTECTED]> wrote:
> I moved companies again and I have to use C# here. Here's
> some code that I can't seem to be able to convert to C#.
> Would someone be able to assist?
>
>
> Public Sub New()
> Me.New(Nothing)
> End Sub
>
> Public S
> I moved companies again and I have to use C# here. Here's
> some code that I can't seem to be able to convert to C#.
> Would someone be able to assist?
>
>
> Public Sub New()
> Me.New(Nothing)
> End Sub
>
> Public Sub New(ByVal pParent As Object)
> ...
> End Sub
Constructors call other const
maybe this will help
http://www.carlosag.net/Tools/CodeTranslator/Default.aspx
Mike Andrews wrote:
Guys,
I moved companies again and I have to use C# here. Here's some code
that I
can't seem to be able to convert to C#.
Would someone be able to assist?
Public Sub New()
Me.New(Nothing)
End
Guys,
I moved companies again and I have to use C# here. Here's some code that I
can't seem to be able to convert to C#.
Would someone be able to assist?
Public Sub New()
Me.New(Nothing)
End Sub
Public Sub New(ByVal pParent As Object)
...
End Sub
I thought it might be something similar to t