上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 37 下一页
  2009年3月13日
摘要: 想在image上画一个粗线,如何在鼠标未按下去的时候让鼠标显示为一个红色半透明的圆形呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929115509278.html 有没有这方面的属性可以直接设置呢?多谢了。 捕捉鼠标位置,实时绘制。 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 下面这这一个过程可以在屏幕上画一个半透明线,如何更改就可以在image的canvas上画这样的线呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929140743277.html procedure TForm1.Button1Click(Sender: ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 我有一段视频希望加密后存放到数据库,再调用该加密的视频,如何播放?谢谢大家 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929141043276.html 我有一段视频希望加密后存放到数据库,再调用该加密的视频,如何播放?谢谢大家 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(233) 评论(0) 推荐(0) 编辑
摘要: delphi有办法旋转或翻转图片么? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929153916275.html rt 要求效率比较高 谢谢 沙发 随便google下不都可以找一堆吗 procedure TForm1.Rotatean... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(480) 评论(0) 推荐(0) 编辑
摘要: image1载入大图片时如果stretch=true,image1会显示出大图片的缩图,那么如何将这个缩图镜像复制一份赋值给另一个image2的picture呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060930110600274.html 赋值后虽然两个image显示的... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 新手求救:在image上用canvas画一个很粗的线条,如何让这个粗条半透明显示呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926224629287.html 或者是画一个圆形,也要半透明显示,如何做到呢?多谢了。 半透明,就是能透过一层看到... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 从流中读出jpg,为什么不行,高手指点 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060927172223286.html var stmrcv:tmemorystream; jp:tjpegimage; stmrcv.Co... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 如何将一条已经发生旋转的直线经过旋转后恢复到原来的水平状态? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061005165649268.html 如何将一条本来水平但已经发生旋转(旋转的角度不知)的直线经过旋转后,恢复到原来的水平状态? 通过直线就可以计算其与水平... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 能告诉我怎么样实现photoshop中剪切时的光标效果, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061007113228267.html 在图像处理时,怎么实现类似于photoshop剪切时的那种效果,就是在光标移动时那个亮的矩形框会不断的变化 我在用做时始终不得... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 类似saynsay的多人视频,顶者有分啦 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061008110418266.html 主要特点: 1、P2P结构,最大限度降低服务器要求,实践证明,10M独享即可支持上千在人线 2、10人音视频... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(165) 评论(0) 推荐(0) 编辑
摘要: 用GraphicEx将Bmp转PNG,转出后还是BMP格式.不知如何写?请帮忙 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061008142348265.html png := TPNGGraphic.Create; try... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 弱弱的问一下,释放图像是用Free,还是用FreeAndNil() Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061008161749264.html Bitmap:=TBitmap.Create(); ...... 要释放Bitma... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 征求一个好的算法 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061008213029263.html 如何判定一个点是否在一个多边形内呢? canvas上的有一个任意多边形,怎样判定canvas上的点是否在这个多边形内呢? 看到这样的帖子,首先要赞一个。 ... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 请问exe资源内嵌的mp3或wma,如何并且“流”的方式直接播放呢?盼赐例子(送100分):) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061009145227262.html 请问如何exe内嵌mp3或wma,并且“流”的方式直接播放呢?盼赐例子(送100分):) ... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 请问exe内嵌的mp3,如何直接“流”方式的播放呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061009145524261.html 请问exe内嵌的mp3,如何直接“流”方式的播放呢? 非临时存出mp3到硬盘的方式,而是直接的“流”播放。文件流~内存... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(347) 评论(0) 推荐(0) 编辑
摘要: 使用GMFBridge可以平滑的连接播放2个视频文件,但怎么连接2个内存中的视频文件呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061012015036251.html m_pSinkFilter:= pController.CreateSourceGraph(Stri... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 高手请进,DRAWGRID问题,急等!!!!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061003171403270.html 有一个drawgrid控件,设置为5行5列,要在每个单元格中写入不同的数据(文本,要可以换行,每行文本可自定义,自定义颜色),如何实现? ... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(344) 评论(0) 推荐(0) 编辑
摘要: 如何获取屏幕上当前最前面的一幅图像从左上角到右下角的每一个像素 RGB 的值? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061005161844269.html 如何获取屏幕上当前最前面的一幅图像从左上角到右下角的每一个像素 RGB 的值? 是屏幕上的像素,... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 有没人绘制过空心的不规则线条啊?在线急等 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061009153128260.html 我要在 绘图仪 上绘制地图的 道路线(道路线是有宽度的,中间不能有填充既空心的)请问下怎么画啊? 两条线重叠试试! ... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 获取jpg图片的x,y的分辨率dpi Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061010091949259.html 怎样取得jpg的呢? 获取JPEG的宽度、高度等信息 { Copyright Kingron 2002 } funct... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(1055) 评论(0) 推荐(0) 编辑
摘要: image画图 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061010164801258.html 刚学delphi,想做一个雷达盘。用了两个image,一个做背景图,一个画扫描线,用timer触发事件更新 运行的时候图像闪的很厉害,doublebuffered也设为... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(311) 评论(1) 推荐(0) 编辑
摘要: 静音怎么做啊? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061010181446257.html 用的是mediaplayer控件,不知道静音怎么做啊? 实现了的是 系统的 静音。这个不爽,不知道 如何 实现 mediaplayer ... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 高手一定要进来,高分求一个算法。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061011022255256.html 要求是这样的,一个TImage上有一张图片,图片底色为白色,上有三个黑色的矩形,三个矩形是不相连的.当用户用鼠标一点击其中一个矩形时,这个矩形的区域就用另一个T... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 请问有没有人装过mapx5破解版, Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061011093611255.html 我从盒子下载一个,但是装的时候提示没有Maps,还有就是GeoDict.DCT没有,请问怎么解决啊? 各位知道的帮个忙吧,谢谢拉 这样的,你在安装目录下面自... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 准备写个套打程序,中间遇到了图片导入问题,用的控件QRImage. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061011102850254.html 我扫描图片.用delphi自带的报表控件,导入图片.点击图片.大小和实际量的尺寸,是一至的.打印出来,会大很多 ... 阅读全文
posted @ 2009-03-13 10:26 delphi2007 阅读(180) 评论(0) 推荐(0) 编辑
  2009年3月2日
摘要: 关于远程屏幕抓取的问题。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061126151028250.html 我用CS,和CC 做了一个远程屏幕抓去的程序,在本地127.0.0.1测试通过,没有任何问题。 但是,当来到另一台机子上就不行了,已确定连接成功,但... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(191) 评论(0) 推荐(0) 编辑
摘要: DELPHI中如何删除已经注册的MIDAS Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061126153109249.html 2:当我开发服务端的时候DELPHI7自动编译并运行该服务器程序。运行该程序即注册了一个MIDAS的服务器~`由于我是新手实验了好几个,所以就注册了好几个M... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(416) 评论(0) 推荐(0) 编辑
摘要: 数据采集源码(idhttp,WebBrowser技术),低价转让,代理采集数据!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061126155704248.html 本人失业中欲想低价出售自己开发的delphi数据采集源码(可以发DEMO试用), 适合有规则的网页数据采集... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(504) 评论(0) 推荐(0) 编辑
摘要: delphi如何操作opc Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061126181403247.html 小弟,初次使用opc,知道opc是基于com的技术,请问各位大侠使用opc还需要特殊操作吗? 这是我在网上下 载的例子,这段代码有什么问题?我总是运行不成功。... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(898) 评论(0) 推荐(0) 编辑
摘要: C/S结构中如何实现服务端与客户端的同步,实现动态刷新 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiNetwork/html/delphi_20061127013343246.html 数据库:MS SQL2000 服务端:ADOquery,ADOconnection,datasetprovider,DBGr... 阅读全文
posted @ 2009-03-02 11:29 delphi2007 阅读(358) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 37 下一页