473,322 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

conversion tool.

Hi I am a VB, VB.NET programmer that recently learned C#. Does any1 know of
a tool that let me type vbcode and translates it into c#. I found some tools
out there, but they only convert projects. That is too much work for me.

e.g I type (VB)
select case Ucase(txtInput.text)
case "HI"
Messagebox.show("HI")
case..
end select

This tool would translate it to
switch (txtInput.text)
{
case "HI":
Messagebox.show("HI");
break;
case ...
}

Thanks,

Vincent
Jul 21 '05 #1
1 1111
Our Instant C# VB.NET to C# converter does exactly that (and projects also).
Download the Demo Edition at www.instantcsharp.com

Our converter is very good at incomplete code fragments - i.e., you don't
have to type in an entire class or even an entire method to get a good result.

David Anton
www.tangiblesoftwaresolutions.com
Home of the Instant C# VB.NET to C# converter and the Instant VB C# to
VB.NET converter

"Vincent" wrote:
Hi I am a VB, VB.NET programmer that recently learned C#. Does any1 know of
a tool that let me type vbcode and translates it into c#. I found some tools
out there, but they only convert projects. That is too much work for me.

e.g I type (VB)
select case Ucase(txtInput.text)
case "HI"
Messagebox.show("HI")
case..
end select

This tool would translate it to
switch (txtInput.text)
{
case "HI":
Messagebox.show("HI");
break;
case ...
}

Thanks,

Vincent

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Shock | last post by:
Hello all, I am doing some research on database conversions. Currently, I am interested in any information that would help me convert a database from one schema to another. This could be...
7
by: Sanjay Kedare | last post by:
Hi, I am evaluating various alternatives of converting Delphi (Ver 4.0) screens to C# screens. Are there any tools available for such conversion? if yes how much conversion do they achieve? The...
1
by: bala | last post by:
Hi Access Gurus The MS Access DB (MS Access 2002 Database) which is currently serving as the backend Database to MS Access (MS Access 2002/XP) frontend needs to be converted to Oracle 8i Backend...
0
by: Ready4Football | last post by:
I recently inherited a legacy Microsoft Access application. Most of the time I write C# web apps, but rewriting this app from scratch would be a lot of work. The Access app has over 80 forms and 50...
5
by: sck10 | last post by:
Hello, I am converting a DataList from vb to c#. I am having a problem converting the Mid function with InStrRev to c#. Any help with this would be appreciated. <asp:DataList...
4
by: John | last post by:
Hi I have used the wizard provided on www.asp.net to convert an asp app to aspx. Now I am getting the Type 'xxx' is not defined error on the following; Dim rs As ADODB.Recordset Dim conn As...
1
by: zishan | last post by:
I needed help in converting following perl function into php: sub texttool { $tool =~ tr/A-Z/a-z/; @tool = split(/ /, $tool); foreach $word(@tool) { $tit1 = $word; $tit2 = $word;...
6
by: Blasting Cap | last post by:
I'm trying to convert a 1.1 app to 2.0, and keep finding one thing after another that either Framework 2.0 or Visual Studio 2005 doesn't like. Now this - In the global.asax, code that has been...
2
by: Partha Mandayam | last post by:
Is there a tool for asp.net 1.1 to asp.net 2.0 automatic conversion?
2
by: McSwell | last post by:
We have a small (~50 line) DTD and a slightly larger (~300 line) W3C schema that we need to convert to Relax NG. (And I have a larger W3C schema that I may some day convert.) I was hoping that...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.