代码搜索:控件交互
找到约 10,000 项符合「控件交互」的源代码
代码结果 10,000
www.eeworm.com/read/114827/15036100
txt mmtools控件破解方法.txt
mmtools是一个相当好用的多媒体控件,其功能相当之强,但控件注册费用也太贵了,还好它可以免费下载试用,不过没注册的话,在生成程序时会出现要有Delphi的IDE运行环境才能运行。下面我们就用虚拟采生一个IDE环境来破解它吧。
在压缩包里有一个Anti.rar的包,解压出来后,将其添加到delphi的LiB搜索路径中,以后只要在使用了mmtools控件的单元中,添加uses AntiIDEOn ...
www.eeworm.com/read/114728/15040264
txt 控件使用说明.txt
安装后,在控件面板上会增加computerId这一页,在这里你就可找到此控件。访问控件的CPUSerialNumber和MacAddress属性,就可得到机器的CUP序列号和网上的Mac地址
label1.Caption:=ComputerId1.MacAddress;//得到Mac地址
label2.Caption:=ComputerId1.CPUSerialNumber;//得到C
www.eeworm.com/read/114728/15040273
txt 控件使用说明.txt
安装后,在控件面板上会增加computerId这一页,在这里你就可找到此控件。访问控件的CPUSerialNumber和MacAddress属性,就可得到机器的CUP序列号和网上的Mac地址
label1.Caption:=ComputerId1.MacAddress;//得到Mac地址
label2.Caption:=ComputerId1.CPUSerialNumber;//得到C
www.eeworm.com/read/114690/15041902
txt 日历控件显示格式.txt
dtpstartTime.Format = DateTimePickerFormat.Custom;
dtpstartTime.CustomFormat = "yyyy年MM月dd日,HH:mm:ss";
www.eeworm.com/read/114690/15041916
txt windows所有控件索引.txt
ms-help://MS.VSCC/MS.MSDNVS.2052/Vbcon/html/vboricontrolsforwinforms.htm
www.eeworm.com/read/114100/15112603
txt 如何定义控件变量.txt
你 可 以 采 用 下 面 的 方 法 :
Public na
Private Sub Command1_Click()
Set na = Command2
na.Caption = "CC"
End Sub
顺 便 说 一 句 , Command没 有 BackColour属 性 , 只 有 BackCol
www.eeworm.com/read/114100/15112812
txt 如何使用treeview控件.txt
在 VB的 samples目 录 下 有 DataTree, 这 个 例 子 演 示 了 如 何 使 用 TreeView控 件 。
www.eeworm.com/read/114100/15112857
txt 时间、日期输入控件.txt
VB6的 Windows Common Controls包 括 一 个 新 控 件 Data/Time Picker控 件 。
www.eeworm.com/read/701/1911