摘要:我们先来看一段代码,可以直接cp下来在vb.net下调试查看结果namespace test public class father friend shared _x as integer = 1 public sub new() end sub end class public class child inherits father public sub new() end sub end cl......
摘要:core code for vb.net:namespace pda public class video private const setpowermanagement as int32 = 6147 declare function extescapeset lib "coredll" alias "extescape" (byval hdc as i......
从Csharp走到VB.Net(一):MyClass保留字
module module1 【推荐阅读:Smart Client之旅一:用B/S】
2003年开始我接触的第一个b/s项目是dotnet,用的是csharp.到现在2年过去了,也接触了vb.net的项目,一步步走过来,看到同时clr平台,2种语言在保留字上的特性还是很大的.以下我一一列来:关于myclass,大家请先建立一个vbconsoleapplication程序,将本文sourcecp进去
...
下一页 摘要: evolution of remotingthe scenarios presented thus far have only been possible due to the constant evolution of remoting frameworks. the implementation of large-scale business applications in a distri......