Note that that link shows .NET language equivalents. Most of that applies to
VB6 also, but for VB6 syntax such as "Set rsTarget ..." you'll need to remove
the "Set".
You might want to find a link for VB6 - VB.NET differences also.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB.NET to C# Converter
Instant VB: C# to VB.NET Converter
Instant J#: VB.NET to J# Converter
Clear VB: Cleans up outdated VB.NET code
"Jon Skeet [C# MVP]" wrote:
> Steve1 via DotNetMonster.com <u14291@uwe> wrote:
> > I'm producing a data conversion app in C#. I have the code already written
> > in VB6. I would to know if anyone knows of any links that shows the VB6
> > function/syntax equivilent in C#? For example in the VB6 code it has 'While
> > rsSource.EOF' and 'Set rsTarget = ddTarget.OpenRecordset("SELECT * .....
> > etc...etc' , is there any links that will show me the C# equivilent???
>
> http://msdn.microsoft.com/library/de...l=/library/en-
> us/vsintro7/html/vxgrfLanguageEquivalents.asp
>
> may help you.
>
> --
> Jon Skeet - <(E-Mail Removed)>
> http://www.pobox.com/~skeet Blog: http://www.msmvps.com/jon.skeet
> If replying to the group, please do not mail me too
>