PC Review


Reply
Thread Tools Rate Thread

Any links to show the VB6 equivilent code in C#?

 
 
Steve1 via DotNetMonster.com
Guest
Posts: n/a
 
      28th Sep 2005
Hi all,

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???

Thanks in advance,
Steve.


--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200509/1
 
Reply With Quote
 
 
 
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      28th Sep 2005
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
 
Reply With Quote
 
Steve1 via DotNetMonster.com
Guest
Posts: n/a
 
      28th Sep 2005
Thanks Jon.


--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/For...sharp/200509/1
 
Reply With Quote
 
=?Utf-8?B?RGF2aWQgQW50b24=?=
Guest
Posts: n/a
 
      28th Sep 2005
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
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ADO.NET provider equivilent in C++? David Thielen Microsoft ADO .NET 3 18th Nov 2008 09:18 PM
ASPX C#.NET Equivilent to ASP VBA Code =?Utf-8?B?QW5kcmV3IEhheWVz?= Microsoft Dot NET 2 2nd Apr 2007 04:20 AM
C# equivilent for Asc and Chr INeedADip Microsoft C# .NET 9 4th Jan 2006 11:09 PM
What is the PostMessage(to self) equivilent in .NET? =?Utf-8?B?RGF2aWQgVGhpZWxlbg==?= Microsoft Dot NET Framework 2 7th Jun 2005 08:09 PM
How to write equivilent code in C# dm_dal Microsoft C# .NET 4 13th Mar 2004 06:32 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:56 PM.