上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页
  2008年12月19日
摘要: bitblt和getpixel哪个更效率 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061021203252217.html 要取屏幕上的一个点(只有一个像素),用bitblt和getpixel哪个更效率呢? 想快速地对指定图片或区域进行处理,常见的方法取出图片数据,逐像素 ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 请问能不能将一个外部应用程序的视频播放窗口中的动画实时传到我的程序中的一个窗口中呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061022001350216.html 可以得到这个外部应用程序及它的视频窗口的句柄,得到以后如何将它的实时动画传到自己程序中呢? 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 可以确定找对了窗体的handle,可是为什么如下代码发送组合键会没有反应呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061022023426215.html SENDMessage(tmph,WM_SYSKEYDOWN,VK_control,0); ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 有关画线的问题(我感觉超难,各位大侠帮帮忙) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061022153520214.html 我的程序是这样的:选择了矩形框菜单命令按钮,然后鼠标左键按下并拖动鼠标,则实时显出矩形框的样子(在mousemove能够实时看到当前的矩形框),然后... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 怎样存储大尺寸图标?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061024113333209.html 我想存储图片为图标,但是在存储为256x256或更大尺寸图标时遇到困难,如下所列,宽和高不得超过255。 如果把BYTE类型更改为LONG,INTEGER类型时,却存... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 看看这个图片转换函数,为什么bmp转jpg时正常,jpg转jpg时,转成的图片Delphi自己不认识. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061024164425208.html Function PictureResiz(aFilename{原图},dFileNa... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(407) 评论(0) 推荐(0) 编辑
摘要: 求最快的截屏函数!最好是 50ms 之内! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061024164940207.html 用 GetDC 的方法截屏大概耗时 180ms 左右。这对于远程控制来说显然是太慢了, 有没有更快的截屏方法。 听... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(699) 评论(0) 推荐(0) 编辑
摘要: 软件外包 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061024212505206.html 已经用 VC 写好的软件要用 Delphi 重写,软件中有用到简单的3D 模块 , 可提供 VC 原代码 , 有把握者请跟我连系 , ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 如何准确比较并识别2张图像的区别 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061025081046205.html 2个图片,一个图像A,一个图像B,他们的大小一样,如何比较他们的不同并能准确的知道不同的地方?请高手指点 最好详细点的,能有代码最好 你的不同指的什么。。 ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(530) 评论(0) 推荐(0) 编辑
摘要: Delphi模拟键盘动作的问题,麻烦大家帮助,谢谢,!~有点急用 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061025132423204.html 我想为一个游戏做一个辅助工具,只要根据事件响应做出相应的键盘鼠标动作就行了!~ 但是不知道为什么,?? ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 多线程后台语音播放系统,支持多声卡的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061025154318203.html 目前我程序使用MMTOOLS开发,但是当语音播放比较频繁的时候创建和播放的时候都会出错导致线程异常终止,而且应用程序在无任何提示的情况下自动关闭(幸好我... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 图片翻转时,一变成二,怎么先擦除掉之前那个图 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061026103637202.html 如题,我要把图片翻转,但是翻过来后原先的图还在,变成了原图跟新图叠在一起了,代码如下 for i:... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 500大洋求两幅图象过渡的程序代码. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061026111319201.html 就是生成从一幅图象过渡到第2幅图象的中间图象! 有興趣,但不知道具體內容,請聯系我,QQ:10609090 范围太大。。 矢量图简单。 貌似很有难度 ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 求助:图片移动 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061022195459213.html 我要实现图片像流星一样划过 而且图片是从小变到大 是怎么做的哦 各位高手请指点一下小弟的哦 没有人知道的呀?? 自己实现。。 参考图形编程 ... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 有谁知道哪有图象过渡的源代码吗参考一下? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061023130813212.html 就是在两个图片之间生成过渡图片,请教各位兄弟,帮一下! 我在你的另一个帖子里回复了: http://community.csdn.net/E... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(95) 评论(0) 推荐(0) 编辑
摘要: 怎么保存TImage缩放后的图像? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061023170728211.html TImage加载一张图片,缩放显示,然后调用TImage.SaveToFile 保存,可保存的还是原始图片大小,能有个办法使保存的为缩放后的图像吗? 用... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(462) 评论(0) 推荐(0) 编辑
摘要: 怎么做一个不规则的动画的窗体背景? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061024002821210.html 怎么做一个不规则的动画的窗体背景?让程序运行是可以看到动态的图 没有人帮忙一下吗?先谢谢了啊 LZ要怎么样说具体点, 实在不行就用TIMER,一段... 阅读全文
posted @ 2008-12-19 09:58 delphi2007 阅读(183) 评论(0) 推荐(0) 编辑
  2008年12月11日
摘要: 如何防止输入同样的编号到数据库中(30分) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220141428200.html 我在面板上放置了Edit1.Text,Edit2.Text.用来输入数据到数据库中. 其中Edit1.Text用来输入产品编号.Edit2.Text用来输入... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 日期字段转星期,各位来帮帮忙吧. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220145356199.html 数据库里只有日期这个字段没有星期,客户要求显示星期几.用select datename(weekday,日期) from table在SQL可以实现但是在delph... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(299) 评论(0) 推荐(0) 编辑
摘要: mdichildform子窗体显示如何自动隐藏主窗体的工具栏??? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220145944198.html mdichildform子窗体显示如何自动隐藏主窗体mdiform的工具栏??? ??? 每个子窗体作上工具栏。 这样最大化后子窗... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(418) 评论(0) 推荐(0) 编辑
摘要: DELPHI 7 用ADO里的ADOQUERY做主从表,总是报错 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061220215617197.html exhiStr:='SELECT a.enterpid as enterpid, a.enterpname, a.enter... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 有用MyDAC连MySQL的Text或BLOB遭遇32KB文本超大难题的吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221030445196.html 编一个资料库系统,客户强调采用UTF-8编码。 以配合以后的Web系统。 结果发现只有MyDAC支持UTF-8和... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 这到底是怎么回事呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221085732195.html 怎么我写了一段程序,删除满足条件的记录! 怎么运行起来老是提示: Table is read only ! 我已经把RequestLive属性设计有... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 怎样判断ADOQuery数据集中的记录数是否为空,也就是判断数据集中是否有数据? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221094018194.html rt ADOQuery.Open; if ADOQuery.Eof then 数据为空... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(1884) 评论(0) 推荐(0) 编辑
摘要: 怎样刷新字段信息 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221094459193.html 本人现在想在网格中,加入字段信息, 但设datafield属性时,总是提示 登录失败的错误, 数据库连接是用动态的,写在一个文本文件内。 我要怎么... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 我疯啦!快帮帮我吧!高手帮忙!怎么将数据库中的sum(合计)的值取出来?高手帮忙谢谢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221102432192.html 下面这段程序! self.Query1.Close; self.Query1.SQL.Clear; ... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 请问在Delphi里如何用ADO连接数据库,请大哥们讲解详细点 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221115650191.html 请问在Delphi里如何用ADO连接数据库并返回数据,请大哥们讲解详细点,小弟感谢 你的問題太初級。沒人愿意回答。 這種問題在任何一本... 阅读全文
posted @ 2008-12-11 10:07 delphi2007 阅读(392) 评论(0) 推荐(0) 编辑
摘要: 动态生成复选框问题,数据更新问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221122525189.html 问题1、我想让dbgrid最左边一列,也就是id旁边动态生成一列复选框,点复选框时也就选中了对应的记录,可以对本记录进行删除,修改等操作? 问题2、dbgrid中,... 阅读全文
posted @ 2008-12-11 10:00 delphi2007 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 大家说说,做一个在两个数据库之间同步数据的接口需要几天? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221122557188.html 工作内容大概是5张表,分三种查询条件,把位于局域网的数据库中的数据,同步到另一台机器的数据库中。 做这个功能大概需要几天时间哪? 用Delp... 阅读全文
posted @ 2008-12-11 10:00 delphi2007 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 高手帮忙!看看这是什么错误啊!我疯了!急急! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiDB/html/delphi_20061221131048187.html self.Query2.Close; self.Query2.SQL.Clear; self.Query2.SQL.Text:='insert ... 阅读全文
posted @ 2008-12-11 10:00 delphi2007 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页