资源列表
VBdrawfsfd
- VB鼠标绘图代码,可设置颜色和线宽,画的不满意可清除,可当作一个VB的绘图模块来用。如果不是处在绘图状态则退出Private Sub Picture1_MouseMove过程,如果处在绘图状态则从起点到目前鼠标所在点绘制直线,然后将当前鼠标所在点作为新的起点,当释放鼠标按键时绘图结束。-VB mouse drawing code, you can set the color and width, are not satisfied with the painting can be cleared
VBxuanzhuan
- VB编程小例子,让字符或文字旋转显示,可设置文本倾斜度(旋转角度),设置字体参数,VB代码里还有更多的设置参数:比如: 设置字符高度 RF.lfWidth = 10 设置字符平均宽度 RF.lfEscapement = 0 设置文本倾斜度 RF.lfWeight = 400 设置字体的轻重 RF.lfItalic = 0 字体不倾斜 RF.lfUnderline = 0
VBopenfile
- VB6.0实现同时打开多个文件在多个窗口中显示文件内容,FileNames树组存储划分后的文件目录和文件名称,设置CommonDialog1控件属性,显示打开对话框,在VB源代码内CommonDialog1的FileName属性值后面添加空格,设置i为FileName属性值中空格的位置,将FileName属性以空格作为划分标志,分成若干部分存储到FileNames数组,如果只选择了一个文件则直接在Form1中显示该文件;如果选择了多个文件例如3个,则创建3个Form2窗体的实例在其中显示打开的文
PianoTest
- 无聊编了一个电子琴的自定义控件,可以实现多种风格的电子琴,而且控件非常好用,放在窗体上就是一个电子琴,附带一个测试用的Demo,有兴趣的下载来玩玩,呵呵。PS:那个钢琴键盘是我自己画的,呵呵,很不错吧-Bored compiled a custom keyboard , you can achieve a variety of styles of keyboards, but the controls are very easy to use , on the form is a flower
Upnp
- Upnp协议模块 - UpnpClass.Cls,P2P路由器端口映射模块,代码写了两个晚上 查了N多资料 各位手下留情 留个版权吧,寻找Upnp设备,此函数使用的UDP多播进行消息传递。所以收发函数和 Tcp的不同,VB用Winsock多播用了 WSAJoinLeaf函数绑定-Upnp protocol module- UpnpClass.Cls, P2P router port mapping module, code written for two nights N more inform
FileSystemW-VB6Unicode
- 如题,在文件系统中给Dir,FileLen等函数加了Unicode支持,另外通过API钩子实现Open语句支持Unicode文件名,经过了多次修复,发现一个问题,Name xx As xx语句没有Unicode化,还有另一个函数不支持Unicode:Shell,在以后的修正工作中会添加这些修复-As stated in the file system to Dir, FileLen added Unicode support and other functions, in addition to
FCZQJ
- 通过输入XYZ前面的系数矩阵,最后完成xyz坐标的计算-By entering XYZ front of the coefficient matrix, and finally complete the calculation xyz coordinates
FWJJS
- 输入边长和角度,由已知边进行推算其他边的方位角-Enter the side length and angle, extrapolated from the known side other side of the azimuth
JZQN
- 通过输入系数矩阵,利用公式计算其逆矩阵。是个非常实用的小程序。-By entering the coefficient matrix, using the formula to calculate the inverse matrix. Is a very useful little program.
DSJ
- 打开一个txt文件,读取里面的数据。但这个数据的编写格式会有要求。-Open a txt file, read the data inside. However, this data will be written in the format required.
Createanddeletefiles
- 文件的创建与删除,Visual C++ 6.0已测试通过-Create and delete files, Visual C++ 6.0 has been tested
mytubrtray
- 一个Windows平台的系统托盘控件应用实例,演示在VB中调用MyTubrTray.ocx托盘控件的用法,可快速加入系统托盘图标,使用简单方便,能做成类似QQ收到消息时的托盘图标闪烁的效果。内设MouseDown、MouseUp、Click、DblClick事件,用于用户对托盘进行操作时所响应的事件。具少除了托盘外的许多实用小功能,挺不错-A Windows platform system tray control application example demonstrates the use
