|
Prev: DataGridView showing Unbounded Combo Box with DropDown Style
Next: String functions vs. XML literals... speed
From: cmdolcet69 on 8 Jul 2008 09:06 what is the easiest way to convert something from C to VB? =I have VB.NET 2005 suite and i want to convert a C written program into VB? Can anyone Help?
From: Gillard on 8 Jul 2008 09:14 http://www.tangiblesoftwaresolutions.com/ "cmdolcet69" <colin_dolcetti(a)hotmail.com> wrote in message news:9cdff4c4-6292-47b3-bde4-5f2f0296b439(a)26g2000hsk.googlegroups.com... > what is the easiest way to convert something from C to VB? =I have > VB.NET 2005 suite and i want to convert a C written program into VB? > Can anyone Help?
From: Herfried K. Wagner [MVP] on 8 Jul 2008 11:10
"cmdolcet69" <colin_dolcetti(a)hotmail.com> schrieb: > what is the easiest way to convert something from C to VB? =I have > VB.NET 2005 suite and i want to convert a C written program into VB? In addition to the other reply: In .NET the structure of a program is different from the structure of programs written in C. Thus a direct conversion often does not make much sense and it's better to redesign and rewrite the application. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |