<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx</link><description>Most of the sample code I have written is in C#. To get this converted to VB.NET the following tools are very useful: http://www.aspalliance.com/aldotnet/examples/translate.aspx http://www.kamalpatel.net/ConvertCSharp2VB.aspx http://www.ragingsmurf.com/vbcsharpconverter.aspx</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#108549</link><pubDate>Wed, 07 Apr 2004 03:09:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:108549</guid><dc:creator>Jason Coyne</dc:creator><description>why wouldn't you just use the C# code from in the VB project? it doesn't need to be translated at all, unles syou want to further modify it.</description></item><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#108571</link><pubDate>Wed, 07 Apr 2004 03:51:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:108571</guid><dc:creator>Stefan</dc:creator><description>It is not possible to integrated C# code in a VB.NET project in Visual studio.&lt;br&gt;This is only possible with the command line version of  a compiler.</description></item><item><title>C# to VB code converters</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#108716</link><pubDate>Wed, 07 Apr 2004 02:54:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:108716</guid><dc:creator>Jason Row</dc:creator><description /></item><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#108866</link><pubDate>Wed, 07 Apr 2004 14:30:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:108866</guid><dc:creator>Angus Logan [Data#3]</dc:creator><description>Hi Stefan,&lt;br&gt;&lt;br&gt;Have you found any VB.NET to C# translators?&lt;br&gt;&lt;br&gt;Regards</description></item><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#108883</link><pubDate>Wed, 07 Apr 2004 15:15:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:108883</guid><dc:creator>Ravichandran J.V.</dc:creator><description>&lt;a target="_new" href="http://www.kamalpatel.net/ConvertCSharp2VB.aspx"&gt;http://www.kamalpatel.net/ConvertCSharp2VB.aspx&lt;/a&gt;&lt;br&gt;&lt;br&gt;Does not convert fully and correctly.&lt;br&gt;&lt;br&gt;using System;&lt;br&gt;using System.Data.SqlClient;&lt;br&gt;public class Test&lt;br&gt;{&lt;br&gt;private Button btn;&lt;br&gt;this.btn.Click+=new ButtoneEventHandler(btn_Click);&lt;br&gt;public void myMethod()&lt;br&gt;{&lt;br&gt;using (SqlConnection sqlConn=new SqlConnection()&lt;br&gt;{&lt;br&gt;sqlConn.Open();&lt;br&gt;}&lt;br&gt;}&lt;br&gt;}&lt;br&gt;&lt;br&gt;Imports System&lt;br&gt;Imports System.Data.SqlClient&lt;br&gt;Public Class Test&lt;br&gt;Private btn As Button&lt;br&gt;Me.btn.Click+=New ButtoneEventHandler(btn_Click)&lt;br&gt;Public  Sub myMethod()&lt;br&gt;Imports (SqlConnection sqlConn=New SqlConnection()&lt;br&gt;{&lt;br&gt;sqlConn.Open()&lt;br&gt;}&lt;br&gt;End Sub&lt;br&gt;End Class&lt;br&gt;&lt;br&gt;'----------------------------------------------------------------&lt;br&gt;' Converted from C# to VB .NET using CSharpToVBConverter(1.2).&lt;br&gt;' Developed by: Kamal Patel (&lt;a target="_new" href="http://www.KamalPatel.net"&gt;http://www.KamalPatel.net&lt;/a&gt;) &lt;br&gt;'----------------------------------------------------------------</description></item><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#119639</link><pubDate>Sun, 25 Apr 2004 09:32:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:119639</guid><dc:creator>Jen</dc:creator><description>A good online VB to C# converter...&lt;br&gt;&lt;a target="_new" href="http://www.developerfusion.com/utilities/convertvbtocsharp.aspx"&gt;http://www.developerfusion.com/utilities/convertvbtocsharp.aspx&lt;/a&gt;</description></item><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#144293</link><pubDate>Sat, 29 May 2004 14:31:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:144293</guid><dc:creator>Jimi</dc:creator><description>I'm surprised you haven't heard of Instant C#. I've converted tens of thousands of lines of VB.NET code with it.</description></item><item><title>re: Creating a RSS Feed for your MCMS Web site</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#202158</link><pubDate>Fri, 30 Jul 2004 17:41:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:202158</guid><dc:creator>Stefan Go</dc:creator><description /></item><item><title>re: How to use my custom code in VB.NET projects</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#210418</link><pubDate>Sat, 07 Aug 2004 15:05:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:210418</guid><dc:creator>dhimant</dc:creator><description>&lt;br&gt;&lt;br&gt;&lt;br&gt;plz ,send me vb.net ,vb ,vc ++ projects..&lt;br&gt;i will be thankfull to u&lt;br&gt;</description></item><item><title>C# to VB Conversion | keyongtech</title><link>http://blogs.technet.com/stefan_gossner/archive/2004/04/06/108512.aspx#3189454</link><pubDate>Thu, 22 Jan 2009 08:53:34 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3189454</guid><dc:creator>C# to VB Conversion | keyongtech</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.keyongtech.com/361882-c-to-vb-conversion"&gt;http://www.keyongtech.com/361882-c-to-vb-conversion&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>