搜索资源列表
cal
- 1) 文本框的双向作用(即输入与输出) 2) 窗体的双重作用(容器与输出) 3) 事件过程的编写 4) 输入输出的简单实现 5) 窗体、文本框、标签、命令按钮等基本控件的常用属性的动-1) the role of two-way text box (that is, input and output) 2) form the dual role of (the container and output) 3) event procedure of the preparation
PB-8.0sc
- PB8的中文使用手册,包含控件的属性及事件,对PB9及以后有借鉴依据。-PB8 the Chinese user manual contains the control' s properties and events, and after a reference to the PB9 basis.
VB_winsock
- Winsock控件建立在TCP、UDP协议的基础上,完成与远程计算机的通信。即使对TCP/IP不太熟悉的用户,使用该控件也可以在十几分钟内创建一个简单的客户机/服务器程序。下面我们对Winsock控件的事件、方法、属性按其在程序中出现的顺序分别作详细的介绍,以便更好地理解程序源代码。 - Private Sub Form_Load() textsend.Visible = False textget.Visible = False W