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 阅读(349) 评论(0) 推荐(0)
摘要: 好久没有来了,各位如何像迅雷那样定位并且浏览指定下载文件,谢了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061130124136147.html 好久没有来了,各位如何像迅雷那样定位并且浏览指定的下载文件,谢了 猴子 性欲不高 不行啊`每人会回答的哦~~ 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(144) 评论(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 阅读(595) 评论(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 阅读(393) 评论(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 阅读(135) 评论(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 阅读(480) 评论(0) 推荐(0)
摘要: 获得internet 时间的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061204151729125.html 在网上下载的源码都提示找不到控件. 能给个最简单的吗? 还有说明一下控件在要哪儿添加.和使用方法. 给分自己行吗??? 结帖了。... 阅读全文
posted @ 2008-09-23 09:32 delphi2007 阅读(253) 评论(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 阅读(128) 评论(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 阅读(572) 评论(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 阅读(247) 评论(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 阅读(265) 评论(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 阅读(448) 评论(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 阅读(130) 评论(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 阅读(258) 评论(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 阅读(577) 评论(0) 推荐(0)