| 用vb编写的可以实现进度条的例子,请大家批评指正,谢谢!!呵呵!!-prepared with the progress achieved can be an example, please correct criticisms, thank you! ! Oh! ! 下载 |
| 用于测绘行业,进行施工控制网的验后检查,即大地四边形极条件的演算,vb编写代码,输入8个角度,然后求出限差.-for survey and mapping industry, the Construction Control Network after a post-mortem examination, that the earth Quadrilateral very conditions calculations. vb code preparation, the importation of eight angle, and then is limited worse. 下载 |
| 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。 下面就可以编写代码了。首先在窗体的"通用声明"部分声明函数 - 下载 |