visual basic
视觉化Basic程式语言
2025-09-09 18:47 浏览次数 13
视觉化Basic程式语言
visual visual basic程序设计基础
Visual Basic Programming程序设计
Advanced Visual Basic高级Visual
Visual Basic serial CommunicationVB串口通讯
Visual thinking basic视觉思维基础
based on visual basic基于vb
Visual the Basic房地产
VBC Visual Basic Control可视Basic语言控制
and that we know is a big business, because the nineties was the decade of visual basic on our desktops doing just that - showing different views of the same data.
我们所知道的那家公司是一家大企业,因为90年代是visual basic的10年,它在我们桌面上做的就是这些事- 以不同视图显示同样的数据。
visual basic is far less creative, it merely takes the property name and prepends an underscore.
visual basic则缺乏这种创新性,它只不过在该属性名前添加了一个下划线。
support for dynamic lookup is already available in visual basic for .net, where it is often known as 「late binding」.
实际上,vb.net中已经对动态查找提供了支持,不过它的动态查找通常被叫做延迟绑定(latebinding)。
the text template can contain visual basic or c# code, c# being the default language if one is not specified.
文本模板可以包含visual basic中或c#代码,如果没有特别指定,c#是默认的语言。
once the calls through the wininet library have established a secure connection to the server end, the visual basic client application would make the appropriate soap calls to send data.
一旦经由wininet库的调用建立了到服务器端的安全连接,visual basic客户应用程序将进行恰当的soap调用来发送数据。
the data binding in wpf is simply amazing. since visual basic 3, microsoft has been trying to find that magic combination of flexibility, robustness, and ease of use.
wpf中的数据绑定让人眼前一亮,自从visual basic3以来,微软一直致力于将灵活性、健壮性与易用性有机地整合起来。
save time typing all those *long* keywords in the visual basic language!
节省打这些这么长的关键字的时间!
one of the most common complaints about visual basic is its dependence on a runtime library.
很多人对visual basic最大的一个抱怨就是它对运行时库的依赖。
your text editor may, because of its features, be primarily of use for someone writing visual basic code, or perhaps be more suited to html developers.
可能因为它的功能,使用visual basic代码编写的人会使用你的文本编辑器占多数,或者html开发人员。
the scripting layer represents a runtime execution context for c# or visual basic snippets of code.
脚本层代表的是c#或者visual basic代码片段的运行时执行上下文(runtimeexecutioncontext)。
an example of these visual basic calls is given in the resources section.
这些visual basic调用的示例在 参考资料部分中给出。
it may also be possible to communicate using http or web services (to make use of web services, visual basic applications need to be upgraded to .net).
利用http和web服务(使用web服务,,visual basic应用程序需要升级到.net)来通信也是可行的。
historically visual basic has its roots in scripting and dynamic programming, but never fully embraced it.
历史上,visual basic有着脚本和动态编程的基础,但是并没有被完全支持。
some functionality of the visual basic runtime is embedded in the application, and other functionality is no longer available with the switch set.
消除依赖后,文件中的一些功能将会被嵌入到程序之中,其他功能则无法使用。
to retrieve the location (longitude and latitude) information, the following highlighted code segment has to be used in visual basic .net, as described in listing 10.
为获取位置信息(经度和纬度),visual basic.net 中必须使用如 清单10 所示突出显示的代码片段。
visual basic made some tasks really easy—in particular, talking to databases and creating user interfaces—and it became a staple of the business world.
visual basic能够让某些任务变得相当简单——特别是数据库交互和用户界面创建——并因此在商业领域占据一席之地。
this means that f# users should use the visual studio designer tools to generate c# or visual basic code and incorporate those components into their f# applications.
这意味着,f#用户将要使用visualstudio设计工具来生成c#或visual basic代码,并把这些组件合并到他们的f#应用程序中。
this does not open up c# developers to the kinds of problems associated with late binding in visual basic such as missing method exceptions caused by spelling errors.
类似visual basic这类延迟绑定(latebinding)语言中的一些常见问题(比如由拼写错误造成的「missingmethodexception」)并不会在c#中出现。
c# added auto-implemented properties in version 3, but visual basic was unable to match them at that time.
c#在3.0版本中添加了自动实现属性,但是当时visual basic还没有与之匹配的特性。
a partial version of core services written in visual basic also exists for runtime compilation and late binding.
为了支持运行时编译和迟绑定,由visual basic编写的核心服务的部分版本也是存在的。
nevertheless, both the visual basic and c# compilers allow you to touch static members of a base type through a derived type name.
不管怎样,visual basic和 c#编译器都允许您通过派生的类型名称来触及基类型的静态成员。
static locals were available in versions of visual basic before .net, so presumably this feature is present to simplify the porting of legacy code.
静态局部变量在.net以前的visual basic版本中就已经推出,因此存在此功能大概就是为了简化旧式代码的移植。