搜索资源列表
2835test
- 自动登陆ftp,在windows窗口上点击该脚本可以自动登陆ftp
chatting(VB)
- 该程序是一个基于winsock通信控件的点对点聊天工具,可以在局域网和Internet环境运行,独有的XP风格窗口控件使得程序在win2k等环境下依然有良好的交互界面,是学习VB网络通信编程的良好材料!-a windows-platform communication software source code developed by Visual basic
BCB-talkroom
- 大学时设计的集成语音,文字聊天的基于BCB的聊天软件,及资料,权作学习之用。 简介: 语音的采集,处理,播放 采用Windows MDK的低层音频服务比较合适采用,这一类函数和结构的名字都在MSDN中以“WAVE”为前缀。运用这些API完成的任务有,打开录音设备,获取设备句柄,指定录取格式,分配语音内存块。在当中某一内存块写满时,会产生一个MM_WIM_DATA消息,所对应窗口会调用相应处理函数。播放时理,只不过不是录音设备,而改为播放设备,也是当分配内存读写满时产生消息响应-Un
GetMessage
- 简单的windows不同窗口之间的message通信,适合初级学习者-Simple Windows of the message communication between different window, suitable for primary learners
LAN-notification-procedures
- 在每个客户端电脑运行clent.exe,建议设置开机自动启动;然后在服务端运行server.exe,在编辑框中输入要发送通知的内容;在运行客户端的电脑窗口的右下角会弹出一个对话框,在所有窗口的最前端;只有点击查看按钮后这个窗口,才会自动关闭!-On each client computer running clent.exe, recommended to set boot automatically activated Then on the server running server.ex
chat-tools
- 支持多人聊天,昵称显示,账号注册登录,快捷键alt+K快速显示隐藏窗口-Support multiplayer chat, nicknames show, account Sign, shortcut keys alt+K hide windows quickly display
servermuti
- linux 下利用FORK生成子进程,从而可以多客户端访问服务器等基本例程,在linux环境下分别编译两个文件,在不同窗口运行一个服务器端,运行多个客户端,即可看到效果-Under linux use FORK generate child processes, which can be more than the Client Access server and other basic routines, respectively, in the linux environment to co
qqsendmessage
- 可以实现给QQ群发消息的VB源码,当QQ对话框重叠时,只能给当前活动的窗口发送,把对话窗口分离,就可以实现多个窗口同时发送信息了。-The VB source code can achieve mass message to QQ , QQ dialog when overlapping, only to send the currently active window, the separate dialog window, you can achieve multiple windows
find-name-of-windows
- 可以判断当前窗口的名字 并写入名称.txt 关闭后删除名称.txt-This program could find the name of the focus windows and write to a txt file but it will be deleat when this program close.
eniapsuvition
- 实现了类似于windows资源管理器窗口的程序,其中可以遍历一个文件夹下所有的文件和子文件夹,并可在右侧宣示其相关信息()
Windows下的窗口编程
- Windows下的窗口编程,支持多线程,采用面向对象的程序设计,复用性好!操作简单