CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - vb Function
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - vb Function - List
[
VC/MFC
]
VB
DL : 0
include称为文件包含命令扩展名为.h的文件也称为头文件或首部文件 定义两个实数变量,以被后面程序使用 显示提示信息 从键盘获得一个实数x 求x的正弦,并把它赋给变量s 显示程序运算结果 main函数结束-include file contains a command called extension. h the document, also known as header files, or the first document of the definition of two real variables, so as to be behind the program prompts the use of display information from the keyboard get a real number x for x sinusoidal, and it conferred to the variable s results show that the procedure computing the end of main function
Date
: 2025-12-21
Size
: 268kb
User
:
王辉
[
VC/MFC
]
VBImport
DL : 0
查看VB导入函数完全版支持EXE,DLL,OCX,很好的一个软件-View the full version of VB to import function supports EXE, DLL, OCX, a very good software
Date
: 2025-12-21
Size
: 21kb
User
:
张杰
[
VC/MFC
]
API
DL : 0
VB 里面的系统的API函数,可以查询你想知道函数的参数,用法等-VB API function inside the system, you can check the parameters you want to know the function, usage, etc.
Date
: 2025-12-21
Size
: 956kb
User
:
朱海山
[
VC/MFC
]
VBAPI
DL : 0
VB的API大全。里面包含所有API函数的应用-VB API guinness. Which contains all the API function application
Date
: 2025-12-21
Size
: 956kb
User
:
tinzen
[
VC/MFC
]
VB-shuzhong
DL : 0
随着编程工具功能的日臻完善,集成开发环境(IDE)和相关API函数提供的功能越来越强大,极大地简化了开发的难度,降低了编程的门楣,因此如果只是玩玩编程的话,则不需要掌握太多的专业知识,单是各IDE中提供的控件、方法和API函数,就足以让你编写出一个感到自豪的软件了;也许你会担心对于比较复杂的问题,IDE提供的东西将不能满足需要,其实完全不用这样,只需要你动动脑筋耍点小聪明将复杂的问题分解成简单的问题,灵活应用IDE提供的工具就可以达到目的,其实编程也需要点小聪明。-Along with the programming tool function better and better, the integrated development environment (IDE) and relevant API provides function more and more powerful, greatly simplifies the difficulty of the development, and to reduce the programming of the crossbar, so if just play programming words, do not need to master too many professional knowledge, sheet is the IDE provides the control,
Date
: 2025-12-21
Size
: 212kb
User
:
蒋新华
[
VC/MFC
]
VB_diaoyong
DL : 0
一个较为全面VB调用动态链接库教程,本文章主要讨论在32位开发环 境Visual Basic 5.0中直接调用Windows 95 API函数或用户生成的32位动态连接库的方法与规则。-A more comprehensive tutorial VB called dynamic link library, this article focuses on methods and rules in the 32-bit development environment, Visual Basic 5.0 in Windows 95 API function calls directly, or user-generated 32-bit dynamic link library.
Date
: 2025-12-21
Size
: 22kb
User
:
道缘科技
[
VC/MFC
]
222
DL : 0
Public Function Hook_Func(ByVal iCode As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Select Case iCode Case HCBT_CREATEWND Case HCBT_DESTROYWND Case HCBT_ACTIVATE Dim WinText As String Dim ClsName As String 获取窗口标题及类名 WinText = GetWindowTextString(wParam) ClsName = GetGetClassNameString(wParam) Debug.Print ClsName, GetWindowTextString(wParam) VB的弹窗类名 If ClsName = #32770 Then 发送关闭消息 PostMessage wParam, WM_CLOSE, 0, 0 End If End Select Hook_Func = CallNextHookEx(hHook, iCode, wParam, lParam) End Function-Public Function Hook_Func(ByVal iCode As Long, ByVal wParam As Long, ByVal lParam As Long) As Long Select Case iCode Case HCBT_CREATEWND Case HCBT_DESTROYWND Case HCBT_ACTIVATE Dim WinText As String Dim ClsName As String 获取窗口标题及类名 WinText = GetWindowTextString(wParam) ClsName = GetGetClassNameString(wParam) Debug.Print ClsName, GetWindowTextString(wParam) VB的弹窗类名 If ClsName = #32770 Then 发送关闭消息 PostMessage wParam, WM_CLOSE, 0, 0 End If End Select Hook_Func = CallNextHookEx(hHook, iCode, wParam, lParam) End Function
Date
: 2025-12-21
Size
: 14kb
User
:
renchao
[
VC/MFC
]
difference-between-VB6.0-and-VB.Net
DL : 0
VB6.0和VB.Net的对照表,介绍了他们之间函数的不同,但是实现相同的功能!-differente function between VB6.0 and VB.Net
Date
: 2025-12-21
Size
: 10kb
User
:
Joy
[
VC/MFC
]
VB-API-to-create-directory
DL : 0
VB 不用API实现创建多级目录的函数 VB 不用API实现创建多级目录的函数-VB does not use the API to create a multi-level directory function
Date
: 2025-12-21
Size
: 9kb
User
:
Hmily
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.