资源列表
N450HZ
- 电脑编程计算450Hz的PCM编码,以及DTMF信号“1”的PCM编码。-Calculation of computer programming 450Hz PCM coding, and DTMF signal "1" PCM encoding.
ChatSystem
- VC++实现的聊天程序,可用可实行,但只是文字聊天-VC++ chat program
getqqfriend
- vb一键获取QQ好友列表,VB6.0源代码,GTK算法由QQ:447201162提供,可以实现一键获取当前登录QQ的所有好友列表,(如登录了多个账号,默认获取第一个账号的好友列表),获取好友列表的原理很简单,就是登录QQ空间获取,写QQ*的朋友可以研究一下,有看不懂的地方加我QQ:1668066802-vb a key to get QQ friends list, VB6.0 source code, GTK algorithm consists QQ: 447201162 provided
vblock
- VB自制锁屏程序,挂机提示:锁住Windows直到输入正确的口令,请在密码框中输入密码,若密码错误将无法解锁。一定要输入正确密码,若您输入错误密码而无法解锁,一切与作者无关。本程序不产生任何文件,绝对绿色-VB homemade lock screen program, hang Tip: Windows locked until you enter the correct password, enter the password in the Password box, and if the
vbchangewall
- 让VB程序实现更换Windows墙纸(桌面壁纸)的功能,不是调用系统的设置程序,而是VB自己用代码实现,操作方法同样也很简单,只需选择一张你满意的图片就可以了,本例可了解一下VB与Windows有关方面的编程联系-Let VB program to replace the Windows wallpaper (wallpaper) function, instead of calling the system setup program, but their use VB code, metho
chazhizoom
- VB6.0图片缩放例子,VB使用二次线性插值法缩放图片,拖动上边的滚动条就可以缩放图片大小,运用二次线性插值法来完成图片的放大和缩小操作,源码开源,可在vb6.0中顺利编译-VB6.0 image scaling example, VB zoom pictures using quadratic linear interpolation method, drag the scroll bar on the top of the image size can be scaled, using li
PictureBox
- VB利用PictureBox控件实现图像的放大和缩小,使用图片框放大缩小图像,很给力的代码,其原理也是比较容易理解的,因此对学习VB的新手来说是个不错的参考源码-VB PictureBox control to achieve the use of images zoom in and out using the zoom image picture frame, is to force the code, the principle is relatively easy to understa
fanyeflash
- VB实现电子辞典翻页动画特效,鼠标点击页面的时候,自动翻页,很逼真,用VB实现这样的效果很不错了。加载资源文件中的图片,Timer2有效,向前翻页,如果在图片范围内,加载下一张图片,如果超出范围,清空图像框,将图片背景色显示为黑色,向后翻页有效.注意,frx文件里有很多图片资源,因此本源码压缩包将近8M,源代码部分其实很校-When VB realize electronic dictionaries flip animation effects, mouse click on the page
vblrc
- 昨夜星辰迷你歌词秀,很简单的程序,但实现了歌词同步功能,现在很多的音乐播放器都有显示歌词的功能,把本功能用在上面肯定很不错。操作时,请打开一个MP3文件,以及事先准备好的LRC歌词文件,可一边听歌,一边看歌词了-Last night the stars mini lyrics show a very simple procedure, but realized the lyrics synchronization function, music player now has a lot of l
simplerecord
- VB实现的录音机程序,有一个简单的界面可实现对录音的控制,在录音完毕后可播放试听录音,变量定义: Dim Time_Start 定义变量存储开始计时的时间 Dim Time_Lenth 定义变量存储Slider1控件的最大值 Dim MyTime 定义变量存储已经录制的时间 更多请参阅源代码。-VB realize recorder program has a simple interface that enables control of the rec
vbformhidden
- VB6.0仿QQ窗口靠边隐藏,使窗体靠屏幕右边时自动向右隐藏(动态效果)。鼠标经过会再次显示出来(也是动态效果)。我只是提供思路,只做了向右隐藏的,稍加改造就可以向你想要的方向靠边隐藏-VB6.0 imitation QQ window aside to hide, hide the right to make the form automatically (dynamic effects) while on the right side of the screen. Mouse over ag
sethotkey
- VB设置快捷键的例子,自定义打开某程序的快捷键,这只是一个示例,演示原理和具体的代码实现: Dim bCancel As Boolean 用于判断是否退出程序 Public Sub RegFastKey() 注册快捷键 Dim ret As Long bCancel = False ret = RegisterHotKey(hwnd, &HBFFF&, MOD_CONTROL, vbKeyF) ProcessMessages
