上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页
  2009年4月8日
摘要: Hook或者API高手请进-跨进程获取其他程序的DBGrid内容(其它人做的程序) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109101554271.html 假设有一个程序A是一个信息管理系统,它的界面上有一个DBGrid;我想写一个程序B来取A程序界面上的DBGrid数据或者Da... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(448) 评论(0) 推荐(0)
摘要: 代码错误? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109111030270.html 我的程序用到了键盘钩子,并且有个句柄的变量,下面的代码老出错, procedure TForm1.FormDestroy(Sender: TObject); begin... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(225) 评论(0) 推荐(0)
摘要: delphi怎么调用DLL函数(C语言) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109111537269.html 函数原型(C): 函数定义: long GetBasicInfo_Block(LPARAM pReserved,struct Log_... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(571) 评论(0) 推荐(0)
摘要: 如何让程序占用空间达到最小(如果可以的话能把方法都列出来吗?) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109112042268.html 如果我只需要一个很简单的功能,只需要使用一句代码如: windows.beep(3100,10);//使扬声器D一声。 ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(251) 评论(0) 推荐(0)
摘要: 关于 打印设置 的问题 讨论。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108134026279.html 打印的很多选项设置,打印到哪台打印机,打印的份数,打印方向,纸张类型等。 究竟该如何设置? 比如 打印的份数 printer.Co... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(180) 评论(0) 推荐(0)
摘要: 程序关闭后会自动清楚所有的变量吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108134739278.html 我的一个程序,里面有窗口句柄变量、进程句柄变量等等很多! 如果程序中没有释放这些变量。关闭程序后,这些都会释放吗? 还有我程序中使用的键盘钩... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(174) 评论(0) 推荐(0)
摘要: 为什么我的windows Service程序启动的另一程序不显示呢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109155837266.html 我做了一简单service程序(ErrorServerity项设置为:esSevere),用它来启动另一程序,本来启动另一程序是可以让该程序... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(234) 评论(0) 推荐(0)
摘要: 提问,如何取得当前登陆用户的登陆名 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109161856265.html 例如 用户名为张三,密码:12345 登陆到office域。 怎么读取出张三这个信息。 密码是读不出来的 我只读用户名就好 GetUserName 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(269) 评论(0) 推荐(0)
摘要: 问临界区TCriticalSection 与 TRtlCriticalSection 的区别 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109170721264.html 如题 大家在用TCriticalSection 的 enter方法时有没有出过什么问题 我喜欢用AP... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(907) 评论(0) 推荐(0)
摘要: 如何强制关闭串口? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110085745262.html 系统其他程序占用的串口,我的程序怎么去强制关闭? 谢谢 用api: closefile closehandle 怎么使用,能不能给个详细点的例子? ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(1035) 评论(0) 推荐(0)
  2009年3月13日
摘要: 急求TWindowsMediaPlayer循环播放的问题的问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060922222216300.html 我想用TWindowsMediaPlayer无限循环播放一个媒体文件,当文件播放结束的时候再从头来过,无限次。当我在playst... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(658) 评论(0) 推荐(0)
摘要: 多层画图慢! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060923101243299.html 用三层的IMAGE实现鼠标在一个扫描文本图上的手写笔功能,底层IMAGE显示扫描的文档图,中间IMAGE显示的是每个人作的批示的图,最上层IMAGE用来作当前进入的人的画板显示当前... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(190) 评论(0) 推荐(0)
摘要: 用scanline取BMP上某点的颜色,代码如下,为什么可以编译,运行时却出错呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060923102511298.html procedure TForm1.Image1Click(Sender: TObject); ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(256) 评论(0) 推荐(0)
摘要: 请教各位仁兄 ,如何给delphi7增加gdi+的功能? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060927174050285.html 在网上下载了一个GPDraw V0.8 按说明安装时却出错,提示 ‘loadlibrary(''d:\a\gpd... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(288) 评论(0) 推荐(0)
摘要: 怎样画一个矩形将列出的若干个点都包含在里面,并且矩形是刚刚好包含这些点。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060923191237297.html 各位兄弟,怎样画一个矩形将列出的若干个点都包含在里面,并且矩形是刚刚好包含这些点。矩形的角度由这些点的边决定。 ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(197) 评论(0) 推荐(0)
摘要: 如果修改调色板,实现单色位图文件反色 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060925090610294.html 请问如何修改调色板,通过修改调色板把黑色变白色,白色变黑色,那位高人能用DELPHI写一小段示例程序吗?急啊 解析出R,G,B,利用Canvas的Pixe... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(219) 评论(0) 推荐(0)
摘要: 为什么调用TWindowsMediaPlayer控件的newMedia()方法的时候会出错? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060925142521293.html 我的delphi是7版本的,WindowsMediaPlayer 是9.0版本 CSDN真的没... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(184) 评论(0) 推荐(0)
摘要: 求助: 用DSPACK播放VOB文件的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060925181523292.html 请问高手: 我应该如何用DSPack来播放本地硬盘上面的VOB文件? ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(555) 评论(0) 推荐(0)
摘要: 请教做个图标扇动提示》在线等 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926160404291.html 用DELPHI如何做个小图标老扇动呢?在样可以提示?多谢! 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(127) 评论(0) 推荐(0)
摘要: 关闭playsound Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926164903290.html PlaySound(PChar('c:\wav\nottalk.wav' ), 0, SND... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(270) 评论(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 阅读(511) 评论(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 阅读(255) 评论(0) 推荐(0)
摘要: image1载入大图片时如果stretch=true,image1会显示出大图片的缩图,那么如何将这个缩图镜像复制一份赋值给另一个image2的picture呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060930111323273.html 赋值后虽然两个image显示的... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(281) 评论(0) 推荐(0)
摘要: 请教:vc与delphi在图像处理开发方面有何优劣? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060930164658272.html vc太难入门,本人又有点delphi的基础,所以想用delphi来做,主要是实现一些算法。请教各位,delphi可以胜任吗 应该没问题 ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(668) 评论(0) 推荐(0)
摘要: 关于盛大热血传奇(传奇2)!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20061001095450271.html 请教一下,哪位高人看过传奇服务器端代码,关于武器升级的算法到底是怎么设计的?谢谢!!! 帮顶~ 昏 你想把裁决升到攻0-100啊 没有玩过,帮顶 d... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(378) 评论(0) 推荐(0)
摘要: 如何做到BMP图象缩放时平滑过渡? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926170109289.html 类似CAD、GOOGLE EARTH的效果,哪个高手给说道说道 1 CAD不是BMP图片,是一种矢量图 2 GoogleEarth是用... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(404) 评论(0) 推荐(0)
摘要: 新手求救:在image上用canvas画一个很粗的线条,如何让这个粗条半透明显示呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926224629287.html 或者是画一个圆形,也要半透明显示,如何做到呢?多谢了。 半透明,就是能透过一层看到... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(536) 评论(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 阅读(220) 评论(0) 推荐(0)
摘要: 高分求一图像问题解决思路及方案 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928233146281.html 现有如下问题:要将一TIF格式的图像读入,然后根据特定的坐标值对其进行分割处理并单独显示各块,或者跳过分割步骤根据坐标值直接显示相应的区域。求解决思路及方案! ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(170) 评论(0) 推荐(0)
摘要: 這個控件老裝不上?????? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928142507284.html delphi 裝AMixer控件,老裝不上???? AMixer控件: http://www.delphifa... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(159) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页