上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页
  2009年4月8日
摘要: 求可以对其他程序进行apihook的可用代码!!谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108152650276.html 求可以对其他程序进行apihook的可用代码!!谢谢 APIHook 示例 http://www.delphifans.com/SoftV... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(146) 评论(0) 推荐(0)
摘要: 串口打印问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108153021275.html 串口打印,发什么命令可以改变字体大小 如果帮我解决200分相送。 Printer.Canvas.Font.Size:=? 我的问题是,直接通过串口写 指令... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(169) 评论(0) 推荐(0)
摘要: 怎么样才可以使得窗体中的控件随窗体变化而变化 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108163345274.html 怎么样才可以使得窗体中的控件随窗体变化而变化 设置Align和Anchors属性 在窗体的OnResize事件里重新设置一个目标控件的Left、Top、Widt... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(283) 评论(0) 推荐(0)
摘要: 时间问题datetimetostr Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108174624273.html datetimetostr(日期) 转换后的函数为2006-11-08 下午 03:02:06 我想要的格式为2006-11-08 15:0... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(396) 评论(0) 推荐(0)
摘要: 请教如何用delphi程序在windows2003中创建系统帐户 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109094404272.html 同时定义其所在的组。 最好能用delphi 5.0版本实现。 谢谢! 看看这样可以吗 http... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(237) 评论(0) 推荐(0)
摘要: 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 阅读(435) 评论(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 阅读(212) 评论(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 阅读(562) 评论(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 阅读(238) 评论(0) 推荐(0)
摘要: 如何只用API来编写程序? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109123707267.html 尝试了一下,但是运行后没有窗口显示,请高手赐教 program API; uses Windows,Messages; ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(279) 评论(0) 推荐(0)
  2009年3月13日
摘要: 這個控件老裝不上?????? 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 阅读(156) 评论(0) 推荐(0)
摘要: 高手才进来,这样的功能怎样实现? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928203811283.html 例如有一幅图,是个四个带有花纹边框的JPG图片(相当于一个相框),然后我把一张我的大头照(也是JPG格式)移动到这个边框上,然后两个图层合并成一个新的图层,再可... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(134) 评论(0) 推荐(0)
摘要: 如何把GIF,BMP等图形文件加入到XML中 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928214219282.html 如题! 例如: GIF89a....?....}憼m?烫?..f檉f...g迧.._pd櫡拇?絢?5B!... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(222) 评论(0) 推荐(0)
摘要: 高分求一图像问题解决思路及方案 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060928233146281.html 现有如下问题:要将一TIF格式的图像读入,然后根据特定的坐标值对其进行分割处理并单独显示各块,或者跳过分割步骤根据坐标值直接显示相应的区域。求解决思路及方案! ... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(159) 评论(0) 推荐(0)
摘要: 我在Delphi中怎么复制不到图像 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929084043280.html procedure TForm1.FormCreate(Sender: TObject); var rect1,rec... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(224) 评论(0) 推荐(0)
摘要: 求助 Timage.picture.icon颜色失真 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929102339279.html image1.Picture.Icon.Handle :=extractIcon(hinstance, pchar(ParamStr... 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(343) 评论(0) 推荐(0)
摘要: 想在image上画一个粗线,如何在鼠标未按下去的时候让鼠标显示为一个红色半透明的圆形呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929115509278.html 有没有这方面的属性可以直接设置呢?多谢了。 捕捉鼠标位置,实时绘制。 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(199) 评论(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 阅读(460) 评论(0) 推荐(0)
摘要: 我有一段视频希望加密后存放到数据库,再调用该加密的视频,如何播放?谢谢大家 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060929141043276.html 我有一段视频希望加密后存放到数据库,再调用该加密的视频,如何播放?谢谢大家 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(238) 评论(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 阅读(499) 评论(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 阅读(243) 评论(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 阅读(266) 评论(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 阅读(664) 评论(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 阅读(377) 评论(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 阅读(211) 评论(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 阅读(173) 评论(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 阅读(549) 评论(0) 推荐(0)
摘要: 请教做个图标扇动提示》在线等 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiMultimedia/html/delphi_20060926160404291.html 用DELPHI如何做个小图标老扇动呢?在样可以提示?多谢! 阅读全文
posted @ 2009-03-13 10:27 delphi2007 阅读(126) 评论(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 阅读(268) 评论(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 阅读(400) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 37 下一页