我想在vb.net下面的代码 [英] I want the code below in vb.net

查看:64
本文介绍了我想在vb.net下面的代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请在vb.net中使用此代码



Please this code in vb.net

public Login()
       {
           InitializeComponent();

           InstallationSQLEXPR _ins = new InstallationSQLEXPR("Food", "JOHN",
           "MenuMakanan", "Food", "JOHNKENEDYDAL", "FOOD_RESTORE.BAK");
           if (_ins.IsDone == false) _ins.ShowDialog();
           if (_ins.IsRestart == true)
           {
               Application.Exit();
               this.Close();
               return;
           }
       }

推荐答案

这里粘贴代码,



http://www.developerfusion.com/tools/convert/csharp-to -vb / [ ^ ]
Here paste you code here ,

http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]


请参阅我最近的回答: FixedPage to ContentPage convert c#代码进入vb.net [ ^ ]。



除了解决方案1的好建议外,我还提供了更多方法,其中一些非常强大,并且不依赖于 - 线路服务。此外,他们将使用这些语言的未来版本。



-SA
Please see my recent answer: FixedPage to ContentPage convert c# code into vb.net[^].

In addition to the good advice of Solution 1, I provide more ways, some of which are very robust and do not depend on availability of on-line services. Also, they will work with future versions of these languages.

—SA


这篇关于我想在vb.net下面的代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆