摘要:
你的电脑有没有摄像头?看到别人用qq玩视屏你会不会去想怎么实现的?这里介绍使用delphi使用ms的avicap32.dll就可轻松的实现对摄像头编程,如果再加上你的网络编程水平,实现一个视屏聊天就不成什么问题了。看看下面代码的代码:const wm_cap_start = wm_user;const wm_cap_stop = wm_cap......
摘要: { ** $id: lua.h,v 1.175b 2003/03/18 12:31:39 roberto exp $ ** lua - an extensible extension language ** tecgraf: computer graphics technology group, puc-rio, brazil ** http://www.lua.org mailto:info@......
实现界面跟随鼠标移动的实例
unit unit_mouse;
uses 【程序编程相关:Table of Delphi data】
interface 【推荐阅读:使用Socket API如何与WEB服务】
windows, messages, sysutils, variants, classes, graphics, controls, forms, 【扩展信息:
用Timer实现定时运行】 dialogs, stdctrls, menus;
{=======================================================
design by : 花好月圆 / 玉面书生 date: 2005-01-30 site: http://www.eastrise.cn/quick2004 blog: http://blog.csdn.net/jackie168 email: joe-lu@163.com
文章为作者原创,转载前请先与本人联系,转载请注明文章出处.保留作者信息,谢谢支持!
=======================================================}...
下一页 摘要:下面的函数用来压缩access数据库 需要增加comobj单元function compactdatabase(afilename,apassword:string):boolean;//压缩与修复数据库,覆盖源文件const sconnectionstring = provider=microsoft.jet.oledb.4.0;data source=%s; +jet oledb:databa......