
【译文系列】Converting VB6 to VB.NET
【译文系列】Converting VB6 to VB.NET
老外写的不错的文章,拿过来翻译下,有不周的地方欢迎指正。
XiaoYNil
这个作者很懒,什么都没留下…
展开
-
【VB/.NET】Converting VB6 to .NET 【Part III】【之一】
第一部分: 原文: This is the third and final installment in a three-part series. In the first installment (.NETDJ, Vol. 2, issue 9), I covered general conversion issues, in the second installment (Vol. 2,翻译 2014-04-12 11:29:17 · 2533 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part II】【之四】
在早期的VB里,是没有数据库控件的,而且要通过供应商提供的DLL文件来访问数据库。但是VB的性能以及创建窗体的简便使它仍然受数据库程序员的欢迎。VB中的VBX(Visual Basic Extension)使得创建窗体是如此的容易,它就是ActiveX控件的前身。在VB3里,微软加入了DAO(Data Access Object)使得访问ODBC数据库更加的方便,一个好东西就这么诞生了。接着RDO(Remote Data Objects)出现了。DAO主要是链接到小型接入式数据库,而RDO则针对另一个不同的翻译 2013-06-25 16:36:05 · 3332 阅读 · 1 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part II】【之三】
在.NET中简单的Dlls很容易使用,只需添加一个或多个声明语句到你的程序里,就可以像是在自己程序中调用子过程一样调用库中的功能。我们的升级向导会很好地将这些声明语句从VB6转换到VB.NET。除了对上面提及的变量类型进行升级,还有两个新的.NET特性:packing 和pinning,这可能需要添加进传参过程中。翻译 2013-05-31 21:48:30 · 3055 阅读 · 1 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part II】【之二】
变量转换长度问题。.NET的特性技术,反射技术。翻译 2013-05-01 16:27:18 · 2897 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part II】【之一】
Nothing Is Perfect ZOrder property Behavior Dir Command 在转换向导结束之后,升级报告可能会将许多问题列出来。许多这些问题都是小问题,都是升级向导所解决不了的,但是这些问题里大多数情况下都不会对最终的程序产生什么影响。 VB6中使用的ZOrder属性。 另一个例子是关于Dir命令的。翻译 2013-04-17 16:07:54 · 2815 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part I】【之四】
第四部分 原文: Timer Control In VB6, setting an interval of 0 disables the timer. The new Timer control doesn't accept a value of 0 (it generates a runtime error) and can only be disabled by setting th翻译 2013-04-15 12:53:44 · 2950 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part I】【之三】
第三部分 原文 Bad News and Good News While most VB6 controls convert well, there are exceptions. For example, line and shape controls and commands do not convert very well, and the DB, OLE, and UpDown翻译 2013-04-14 19:38:36 · 2522 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part I】【之二】
第二部分 原文: VB6 and ActiveX Controls Most of the basic VB6 controls will be upgraded by the wizard without any issues, as will many advanced and third-party controls. Even complex ActiveX cont翻译 2013-03-31 22:22:27 · 2657 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET 【Part I】【之一】
前段时间一直打算要翻译这篇文章。现在终于找到空来撰写了。 整篇文章篇幅较长,这里分一部分一部分翻译,尽量做到用词精准,有不准的或者异议请一定提出! 原文在我的文章:http://blog.youkuaiyun.com/xiaoy_h/article/details/8577776 里有副本。 第一部分 原文: Before We Even Start Remove dead翻译 2013-03-30 21:05:32 · 3683 阅读 · 0 评论 -
【VB/.NET】Converting VB6 to VB.NET
出处:http://dotnet.sys-con.com/node/46335?page=0,0 Index Part I : 之一:http://blog.youkuaiyun.com/xiaoy_h/article/details/8740856 之二:http://blog.youkuaiyun.com/xiaoy_h/article/details/8744473 之三:http://blog.翻译 2013-02-09 23:37:13 · 2894 阅读 · 0 评论