|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
c# to vb.netHi
Is there any program/tool to convert c# code to vb.net code? Thanks
http://www.google.es/search?hl=es&q=C%23+to+VB.NET+converter&meta=
--
Show quote
Hide quote
Best regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Joris De Groote" <joris.degro***@skynet.be> escribió en el mensaje
news:%235WlDStjGHA.4512@TK2MSFTNGP02.phx.gbl... > Hi > > Is there any program/tool to convert c# code to vb.net code? > > Thanks >
http://www.google.com/search?hl=en&q=C%23+to+VB.NET+converter&btnG=Google+Search
Show quote Hide quote :-)
"Carlos J. Quintero [VB MVP]" <carlosq@NOSPAMsogecable.com> schreef in bericht news:O6GxXVtjGHA.1264@TK2MSFTNGP05.phx.gbl... > http://www.google.es/search?hl=es&q=C%23+to+VB.NET+converter&meta= > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > "Joris De Groote" <joris.degro***@skynet.be> escribió en el mensaje > news:%235WlDStjGHA.4512@TK2MSFTNGP02.phx.gbl... >> Hi >> >> Is there any program/tool to convert c# code to vb.net code? >> >> Thanks >> > > Joris,
There is a bunch (much more than oposite) This are some old links I don't know which are valid at the moment. I am sure that Herfried will sent an updated list but while that. http://csharpconverter.claritycon.com/Default.aspx (In my idea a good one) http://www.kamalpatel.net/ConvertCSharp2VB.aspx http://www.ragingsmurf.com/vbcsharpconverter.aspx http://www.aspalliance.com/aldotnet/examples/translate.aspx http://authors.aspalliance.com/aldotnet/examples/translate.aspx http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=c622348b-18a9-47d6-8687-979975d5957d http://www.remotesoft.com/ look for "Octopus" I hope this helps a little bit? Cor Show quoteHide quote "Joris De Groote" <joris.degro***@skynet.be> schreef in bericht news:%235WlDStjGHA.4512@TK2MSFTNGP02.phx.gbl... > Hi > > Is there any program/tool to convert c# code to vb.net code? > > Thanks > Thanks a lot :)
Show quoteHide quote "Cor Ligthert [MVP]" <notmyfirstn***@planet.nl> wrote in message news:OyBdzWtjGHA.4368@TK2MSFTNGP03.phx.gbl... > Joris, > > There is a bunch (much more than oposite) > > This are some old links I don't know which are valid at the moment. I am > sure that Herfried will sent an updated list but while that. > > http://csharpconverter.claritycon.com/Default.aspx > (In my idea a good one) > > http://www.kamalpatel.net/ConvertCSharp2VB.aspx > > http://www.ragingsmurf.com/vbcsharpconverter.aspx > > http://www.aspalliance.com/aldotnet/examples/translate.aspx > http://authors.aspalliance.com/aldotnet/examples/translate.aspx > > http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=c622348b-18a9-47d6-8687-979975d5957d > > http://www.remotesoft.com/ look for "Octopus" > > > I hope this helps a little bit? > > Cor > > "Joris De Groote" <joris.degro***@skynet.be> schreef in bericht > news:%235WlDStjGHA.4512@TK2MSFTNGP02.phx.gbl... >> Hi >> >> Is there any program/tool to convert c# code to vb.net code? >> >> Thanks >> > > This is mostly a fun "example", rather than a hardcore program to do it.
I'm sure the MVP's will know of a better example: http://www.developerfusion.co.uk/utilities/convertcsharptovb.aspx Show quoteHide quote "Joris De Groote" <joris.degro***@skynet.be> wrote in message news:%235WlDStjGHA.4512@TK2MSFTNGP02.phx.gbl... > Hi > > Is there any program/tool to convert c# code to vb.net code? > > Thanks > "Joris De Groote" <joris.degro***@skynet.be> schrieb: Converting code between .NET programming languages> Is there any program/tool to convert c# code to vb.net code? <URL:http://dotnet.mvps.org/dotnet/faqs/?id=languageconverters&lang=en> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> There are various unsupported on-line converters and there is one production
quality tool - ours (Instant VB). For a list of items not handled by on-line converters: http://www.tangiblesoftwaresolutions.com/Articles/Language%20Features%20not%20Handled%20by%20On-Line%20Converters.htm -- Show quoteHide quoteDavid Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter Instant C++: VB to C++ converter "Joris De Groote" wrote: > Hi > > Is there any program/tool to convert c# code to vb.net code? > > Thanks > > > Hi,
In addition to the other responses you have received, I have read that this FREE product is pretty good - Reflector (www.aisto.com/Roeder/DotNet/). One of its functions is a decompiler which lets you choose what language to decompile to. If in fact you do try this, I would sure like to hear back from you as to your opinion. -- Show quoteHide quoteTerry "Joris De Groote" wrote: > Hi > > Is there any program/tool to convert c# code to vb.net code? > > Thanks > > > Hi Terry,
Although it allows yo to choose a language, out of the box Reflector only decompilers to the screen, not to a file. You would need some add-in from http://www.aisto.com/Incoming/Reflector/AddIns/ that decompiles to a file or VS project (there are a couple of them). And even then, the decompilation would "lose" the original name of procedure variables and you could see also some "goto" statements with labels. The bottom line: this tool is not really intended to convert from a language to another, it is better to use some tool that uses the original source code, not the compiled assembly. -- Show quoteHide quoteBest regards, Carlos J. Quintero MZ-Tools: Productivity add-ins for Visual Studio You can code, design and document much faster: http://www.mztools.com "Terry" <Terry@nospam.nospam> escribió en el mensaje news:A1D3EEEF-CC7A-41D2-B668-4F062CFBF913@microsoft.com... > Hi, > In addition to the other responses you have received, I have read that > this > FREE product is pretty good - Reflector (www.aisto.com/Roeder/DotNet/). > One > of its functions is a decompiler which lets you choose what language to > decompile to. If in fact you do try this, I would sure like to hear back > from you as to your opinion. > -- > Terry Hi Carlos,
Thanks for the information. -- Show quoteHide quoteTerry "Carlos J. Quintero [VB MVP]" wrote: > Hi Terry, > > Although it allows yo to choose a language, out of the box Reflector only > decompilers to the screen, not to a file. You would need some add-in from > http://www.aisto.com/Incoming/Reflector/AddIns/ that decompiles to a file or > VS project (there are a couple of them). And even then, the decompilation > would "lose" the original name of procedure variables and you could see also > some "goto" statements with labels. The bottom line: this tool is not really > intended to convert from a language to another, it is better to use some > tool that uses the original source code, not the compiled assembly. > > -- > > Best regards, > > Carlos J. Quintero > > MZ-Tools: Productivity add-ins for Visual Studio > You can code, design and document much faster: > http://www.mztools.com > > > "Terry" <Terry@nospam.nospam> escribió en el mensaje > news:A1D3EEEF-CC7A-41D2-B668-4F062CFBF913@microsoft.com... > > Hi, > > In addition to the other responses you have received, I have read that > > this > > FREE product is pretty good - Reflector (www.aisto.com/Roeder/DotNet/). > > One > > of its functions is a decompiler which lets you choose what language to > > decompile to. If in fact you do try this, I would sure like to hear back > > from you as to your opinion. > > -- > > Terry > > >
RANT: option strict etc
Handling DBNull from databases Final Post of the day getting screen coordinates for positioning a floating control next to a tableLayOutPanel embeded con Loopin trough colors Setting the Title property in a Windows File ... A Question About Regular Expressions and Capture Emulating keyboard strokes in vb.net Refer to sheet2 - even when named Tokenizing |
|||||||||||||||||||||||