2008年9月23日
摘要: Delphi可以写USB驱动程序吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061129092535150.html Delphi可以写USB设备的驱动吗, 需要哪些东西写, Delphi写驱动只能通过DDDK(Delphi NT DDK), 由... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(643) 评论(0) 推荐(0)
摘要: 日志钩子能分辨不同编辑控件中输入的字符吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061129112134149.html 我想把不同控件输入的字符分别记录,日志钩子的参数中是否包含了不同控件的相关信息(如句柄)? 如果日志钩子不能实现这个功能,那如何才能达到上述目的? 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(90) 评论(0) 推荐(0)
摘要: 关于CreateOleObject函数的调用问题(用友U86登陆界面调用) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061129223145148.html 我用CreateOleObject调用COM控件,跟踪发现他在使用该函数时没有问题,当调用里面的函数时,第一次调试调用成功,再运行一... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(350) 评论(0) 推荐(0)
摘要: 好久没有来了,各位如何像迅雷那样定位并且浏览指定下载文件,谢了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061130124136147.html 好久没有来了,各位如何像迅雷那样定位并且浏览指定的下载文件,谢了 猴子 性欲不高 不行啊`每人会回答的哦~~ 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(149) 评论(0) 推荐(0)
摘要: 关于delphi如何调用用c写的*.h文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061130134905146.html 小弟刚刚学习delphi,刚刚接触到一个问题,就是要用delphi去调用开发环境中库里面的API函数(用C写的),请问如何将*.h引入到delphi中去,求各位大侠... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(597) 评论(0) 推荐(0)
摘要: C语言中“char * params[]”的参数在delphi中该如何定义?100分求解决放过。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061130165801145.html VC写的动态库 一个参数定义成 “char * params[]”delphi中该如何定义?... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(397) 评论(0) 推荐(0)
摘要: delphi7中如何修改注册表键值 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061130225610144.html delphi7中如何修改注册表键值啊? 详细点 最好有实例 procedure TClientMainForm.SaveUserSet... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(456) 评论(0) 推荐(0)
摘要: 怎样翻译这段C代码 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201065700143.html 调用Dll文件中的一个函数 int ret; char * host_list[3] = {"192.168.0.2", "192.168.... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(130) 评论(0) 推荐(0)
摘要: delphi 所有程序运行调试都出现cpu窗口,急! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201095127142.html 就连delphi新建的一个工程不加任何东西也是出现cpu调试窗口 而且每次都是停在 013c264b 03eb add e... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(573) 评论(0) 推荐(0)
摘要: 如何得到dcu文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201104620141.html 我有一个aa.pas和一个aa.dfm,我如何通过这两个东西得到aa.dcu文件 Add到一个工程里 编译 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(248) 评论(0) 推荐(0)
摘要: 进程通迅,共享内存中对象的引用? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201104623140.html type PShared=^TShared; ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(209) 评论(0) 推荐(0)
摘要: 如何查找IE浏览器上所有的flash和图片文件的 路径?如 迅雷 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201161011139.html 如题!!!用 findwindowEx 好像不行啊 你要查路径还是窗口啊? 查路径的话,先把那个网页保存在st... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(266) 评论(0) 推荐(0)
摘要: 谁知道 按键精灵 如何给其他程序发送按键? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201170149138.html 想给一个游戏窗口发送按键K; 用了PostMessage,keybd_event;都不行,但是用按键精灵却可以, 哪位高手来指点下啊!!! ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(455) 评论(0) 推荐(0)
摘要: 初学delphi请问一个简单得问题 望解答 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201194317137.html program Project1; uses Unit1 in 'Unit1.pas'; var ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(131) 评论(0) 推荐(0)
摘要: 剪切板 延迟问题的解决 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201210157136.html 代码如下: '''发送 TAB Call keybd_event(vbKeyTab, 0,... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(259) 评论(0) 推荐(0)
摘要: 编写批处理文件时传入多个参数的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061201225247135.html 我的程序需要调用一个dos程序mydos.exe,该程序在运行结束时需要输入参数,并且是两个,我现在的做法是:先编写一个文本文件mytext.txt,把需要输入的参数记录在... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(584) 评论(0) 推荐(0)
摘要: 如果在IDE中增加一项自己的菜单,求一实例 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202014927134.html 如果在IDE中增加一项自己的菜单,然后点击该菜单又弹出自己定义的某个窗口!! 给个实例吧,谢谢!! 用ToolsAPI uses ToolsAPI;... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(162) 评论(0) 推荐(0)
摘要: 请问各位如何用Delphi控制U盘的安全拔出????已经有源代码,但是不知道如何控制指定的U盘 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202105306133.html 请问各位如何用Delphi控制U盘的安全拔出????已经有源代码,但是不知道如何控制指定的U盘 const ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(554) 评论(0) 推荐(0)
摘要: 求一類似 GetFileVersionInfo 的函數,返回Exe文件開發的公司名稱 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202120619132.html 如題: 一個Exe文件一般除了版本信息外還有其它的信息。請教其它信息怎麼獲得。 比如 產品名稱,公... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(309) 评论(0) 推荐(0)
摘要: 不用钩子 截获系统消息! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202122312131.html 有办法? 没有~ 特定消息. --> windows dll-->修改该 dll mark 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(176) 评论(0) 推荐(0)
摘要: 请问各位如何用Delphi控制U盘的安全拔出????已经有源代码,但是不知道如何控制指定的U盘 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202153021130.html 请问各位如何用Delphi控制U盘的安全拔出????已经有源代码,但是不知道如何控制指定的U盘 那个帖看见了,... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(503) 评论(0) 推荐(0)
摘要: 拆分汉字字符串 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202180701129.html 比如有一字符串 s:=‘真的好喜欢你’; 现在要把他分成 array f[0]:=‘真’; f... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(355) 评论(0) 推荐(0)
摘要: 求一些api 谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202201055128.html 1、一个4位10进制的数组,转换为16位2进制后存储至另一数组 2、转完后,将该数组以及它的反码赋值给一个32位2进制数组 3、延迟5ms ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(136) 评论(0) 推荐(0)
摘要: 新手急求多线程解决方案。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061203032448127.html 我刚接触 多线程编程,现在急着要处理一个任务。不得已拿这样初级问题询问各位大虾解决方案,还请不吝赐教,谢谢你们拉。^-^! 从数据库1表A中取出所有数据循环... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(157) 评论(0) 推荐(0)
摘要: SetWindowHookEx不能HOOK命令行(cmd.exe) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061203132155126.html 最近写了个API HOOK的小软件 利用SetWindowHookEx 实现对所有进程的HOOK 但是发现 ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(483) 评论(0) 推荐(0)
摘要: 获得internet 时间的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061204151729125.html 在网上下载的源码都提示找不到控件. 能给个最简单的吗? 还有说明一下控件在要哪儿添加.和使用方法. 给分自己行吗??? 结帖了。... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(255) 评论(0) 推荐(0)
摘要: Zlib单元不能编译了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061204173958124.html [Error] ZLib.pas(222): Unsatisfied forward or extern... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(542) 评论(0) 推荐(0)
摘要: PPLIVe是如何通过URL来启动程序的? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061204214449123.html synacast://09jN1+TK3K3nm63LoKXPnNeS0aWenKOZ1aLRltiX1qKZnNeVoaKkoq6V1KXN5pzI2dSpnam... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(334) 评论(0) 推荐(0)
摘要: 只要你做了,就有分了,谢谢大家帮忙了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061204230234122.html CSDN的兄弟大哥帮帮忙 江西省十大文明执法人员开始抽票了,为了我们景德镇瓷都人的荣誉,请投我们家乡人一票,他是9号,环保局的余志华, ... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(116) 评论(0) 推荐(0)
摘要: 加密锁写入问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061205113039121.html 正在写加密锁的程序,但是sdk中DOGWRITE()函数每次写一个WORD进去,我想让它每次写一个BYTE进去.能提点思路吗? 读出Word,修改Byte,再写回 WORD 我声明了一个... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(231) 评论(0) 推荐(0)
摘要: 关于进程隐藏问题:远程线程注入方式 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061205213557120.html 网上搜索了好多关于 关于进程隐藏问题,实现的方式几乎都是以远程线程注入方式 我依葫芦画瓢的做了一个,但是在目标进程里面请求内存空间的时候老是失败,不知道为什么... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(290) 评论(0) 推荐(0)
摘要: 窗口的隐藏与显示问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061206130101119.html 设计思路: 两个程序,主程序和子程序 点击主程序中一个按钮,隐藏主程序(不在任务栏中显示),同时运行子程序; 关闭子程序,显示主程序(在任务栏中显示)。 ... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(202) 评论(0) 推荐(0)
摘要: keybd_event 可以模拟输入一行字符串吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061206175530118.html 倒如VB用 WshShell.SendKeys "123456789" 这样就完成了 总不能每一个字符都... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(1023) 评论(0) 推荐(0)
摘要: 腾讯QQ, MsgEx.db 格式 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061206182856117.html QQ消息库文件 MsgEx.db 58.2M,就算我删除了很多消息,该文件还是不变小,似乎只是对消息标记为删除了。有没有工具可以减小该文件的体积? 试试先导出所有... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(2037) 评论(1) 推荐(0)
摘要: 软件项目外包 (一起上搜网)http//www.173so.com/softepiboly.php Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061206194050116.html 软件项目外包 (一起上搜网)http//www.173so.com/softepiboly.php 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(134) 评论(0) 推荐(0)
摘要: 关于视频网络传输的 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207002859115.html 第一次用delphi unit Unit1; interface uses Windows, Messa... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(245) 评论(0) 推荐(0)
摘要: 请问如何关闭正在打开的文件。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207003028114.html 请问如何关闭正在打开的文件。这个文件是其他程序打开的,现在检测到这个文件已经打开,需要强行的将他关闭。如何操作? 你如何检测到的? 如果是自己写的两个程序 ... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(353) 评论(0) 推荐(0)
摘要: 一个派生于 TCollectionItem 类 的 TbsButtonBarItem 类 然后 怎么给 TbsButtonBarItem 增加一个 onMouseDown 事件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207005242113.html TbsButtonBarIte... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(160) 评论(0) 推荐(0)
摘要: twebbrowser无法屏蔽flash的右键?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207070837112.html 我试过很多方法, HOOK是可以的,但会出现其它问题,例如自定菜单无法响应点击. http://www.delphibbs.com... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(192) 评论(0) 推荐(0)
摘要: 关于注册表的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207112527111.html 是不是只要再标准用户下(或非administrator)任何程序(指自己编的)都不能对注册表进行操做(包括读写),即使是用api也不行.是不是这样的?谢谢啦 自己顶一下 不是的 但是我发... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(88) 评论(0) 推荐(0)
摘要: 求api发E-mail的代码? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207132645110.html 求api发E-mail的代码? http://my.houhai.com/blog.php?do=showone&tid=372 赶紧揭帖,给分 呵~~ 强烈鄙视问题解决后不... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(120) 评论(0) 推荐(0)
摘要: 关于读exe文件问题! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207141713109.html 现我要实现这样的操作:写一个小程序,功能是:要读自己生成的exe文件的尾部几行?(exe文件的尾部这几行是另外的程序添加的),请问如何实现? 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(142) 评论(0) 推荐(0)
摘要: 动态库调用问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207153631108.html 在DELPHI中调用时用 Function MyMax ( X , Y : integer ) : integer ; stdc... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(144) 评论(0) 推荐(0)
摘要: 关于线程插入函数如何用的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207182656107.html 我现在掌握了不用dll也能代码注入的技术 就是有一个inject函数 把要插入进程的句柄和要插入的函数名前加一个"@" 当作参数传递过去就行了... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(173) 评论(0) 推荐(0)
摘要: NT/XP 下如何知道系统从一开始起动总共运行了多少进程? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207185040106.html 在PrcView中有这样的功能:“ NT/XP 下如何知道系统从一开始起动总共运行了多少进程?” 自... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(150) 评论(0) 推荐(0)
摘要: 显示分辨率问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207231528105.html 如何列举当前显示器所能支持的分辨率及刷新率 ? //沙发先 procedure TForm1.FormCreate(Sender: TObject); ... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(178) 评论(0) 推荐(0)
摘要: DLL中的Forms问题,大家来看一下啊!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061208104302104.html 我在窗口的panel中调用了一个dll文件中的窗口,调用是一切正常的,但要加 Panel1.updatecontrolstate窗口才能正常的显示出来。... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(301) 评论(0) 推荐(0)
摘要: DLL里面的共享数据段怎么写? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061208112551103.html DLL里面的共享数据段怎么写? 用delphi,谢谢! 怎么没人回啊!? 内存映射文件,Delphi好似没有共享段的声明。 楼上,不是吧,我现在的情况是在调用dll之前,... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(357) 评论(0) 推荐(0)
摘要: 关于“区域与语言选项”的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061208144832102.html 请教高手如何获取操作系统“区域与语言选项”-> "区域选项"->"标准和格式"和"位置"中的下列列表中是否为“中国”?多谢! Waiting... 可以的. 用WMI来... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(224) 评论(0) 推荐(0)
摘要: delphi问题,运行时都弹出cpu窗口大家帮帮忙 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061208165003101.html 我机子上的DElphi每次在运行的时候,不管是什么项目就是空项目也弹出,也不能调试了。好烦人, 我重新装了一次,还是不行,大家来帮帮忙阿 我刚... 阅读全文
posted @ 2008-09-23 09:31 delphi2007 阅读(323) 评论(0) 推荐(0)