代码搜索:控件交互
找到约 10,000 项符合「控件交互」的源代码
代码结果 10,000
www.eeworm.com/read/114100/15113098
txt 如何得到对话框控件中的确定和取消按钮被按下的信息.txt
你 必 须 直 接 调 用 API函 数 GetOpenFileName 等 , 然 后 指 定 钩 子 函 数 lpfnHook( 利 用 VB的 AddressOf获 得 作 为 钩 子 函 数 的 VB过 程 的 地 址 ) 。 这 要 求 你 对 Windows API比 较 熟 悉 。
不 过 , 也 可 以 考 虑 设 置 CancelError属 性 为 False, 这
www.eeworm.com/read/114100/15113348
txt 用vc开发的activex控件的方法使用了字符指针,在vb中如何声明.txt
你 只 能 修 改 VC中 的 声 明 。 VB如 果 遇 到 它 不 支 持 的 数 据 类 型 , 你 也 无 法 修 改 VB中 的 声 明 。 你 应 该 在 VC中 修 改 字 符 串 为 BSTR, 这 是 VB支 持 的 类 型 。 如 果 你 使 用 MFC, 那 么 ClassWizard会 自 动 把 BSTR类 型 转 换 为 字 符 指 针 , 你 不 会 感 觉 到 不
www.eeworm.com/read/4698/38539
mht 在vc++_net2003中应用mscomm控件简单方法--龚建伟技术主页.mht
www.eeworm.com/read/7324/114782
mht 在vc++_net2003中应用mscomm控件简单方法--龚建伟技术主页.mht
www.eeworm.com/read/15859/553821
doc 6.用户自定义控件中 control type def 和 strict type def 的区别.doc
www.eeworm.com/read/37011/899173
rar vc++环境下用mscomm控件进行串口通讯编程 模型飞机测控平台.rar
www.eeworm.com/read/201544/15402152
txt 在delphi中实现类似vb中的控件数组 (2001年3月18.txt
在Delphi中实现类似VB中的控件数组 (2001年3月18日)
网友更新 分类:控件使用 作者:北京美达美科技有限公司 版权所有 推荐:issating 阅读次数:248
(http://www.codesky.net)
---------------------------------------------------------------------
www.eeworm.com/read/183484/9157618
pag readme.pag
VERSION 5.00
Begin VB.PropertyPage 控件信息
Caption = "控件说明"
ClientHeight = 5805
ClientLeft = 0
ClientTop = 0
ClientWidth = 5895
PaletteMode
www.eeworm.com/read/200982/5062686
js selections.js
/********************************************/
// select控件内容填写以及相互关联的js脚本 //
// 参数:
// arrContent:内容数组
// sels:控件ID数组
/********************************************/
function AutoSel
www.eeworm.com/read/148168/12488491
txt kj03-03-14.txt
DropDownList控件的用途和使用方法与ListBox控件类似,但DropDownList控件只支持单项选择。
其声明语法如下: