代码搜索:visual basic
找到约 10,000 项符合「visual basic」的源代码
代码结果 10,000
www.eeworm.com/read/436226/7775027
txt basiccomm.txt
The cab file for your application has been built as 'C:\PROJ\Visual Basic\comm test\Package\BasicComm.CAB'.
There is also a batch file in the support directory (C:\PROJ\Visual Basic\comm test\Packa
www.eeworm.com/read/196428/8092413
c lt514.c
# include "stdio.h"
void main( )
{ char *ps;
ps="Visual Basic";
printf("%s",ps);
}
www.eeworm.com/read/196367/8096840
vbp kepserverex_simple_vb_opc.vbp
Type=Exe
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\STDOLE2.TLB#OLE Automation
Reference=*\G{28E68F91-8D75-11D1-8DC3-3C302A000000}#1.0#0#C:\WINDOWS\system32\opcdaa
www.eeworm.com/read/329655/12942665
txt wima_sdk.txt
WinImage SDK from WinImage 8.10.8100
------------------------------------
inImage SDK from WinImage 8.10
This is a Win32 DLL with function for floppy
and CD image manipulation.
Header for C/C++
www.eeworm.com/read/141570/12998341
txt 04.txt
VB编程之提速攻略(一)
作 者 : 甘冀平
以下就列举有关提高程序性能的编程技巧,这些都是在实践中经过了测试并证明行之有效的。
● 尽可能不要使用平方根运算
实践证明,使用平方根运算将耗费很多的运行时间。比如:宁可使用语句If a * a + b * b = 4 Then ...,而不要使用达到同等目的的命令If Sqr(a * a + b ...
www.eeworm.com/read/141570/12999637
txt 182.txt
用<mark>Visual</mark> <mark>Basic</mark>设计三维图形按钮
<mark>Visual</mark> <mark>Basic</mark>是一种非常有效的编程工具,它简单易学,功能强大。世界上百分之八十的Windows应用程序都是用它编写的。本文仅在这里讨论怎样用<mark>Visual</mark> <mark>Basic</mark>编制一个三维图形动态按钮。
三维动态按钮,就是在窗口中凸起显示的按钮。当用鼠标点击它时,变为凹下显示,当鼠标按键松开时,又恢复为凸起显示。 ...