Re: [ADVANCED-DOTNET] RE: [ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Mike Andrews
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

Re: [ADVANCED-DOTNET] RE: [ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Julia Lerman
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

Re: [ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Steve Johnson
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) ..

Re: [ADVANCED-DOTNET] RE: [ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Mike Andrews
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

[ADVANCED-DOTNET] RE: [ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Jeff Ferguson
> 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

Re: [ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Phil Sayers
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

[ADVANCED-DOTNET] Converting from VB to C#

2006-05-23 Thread Mike Andrews
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