上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页
  2009年4月8日
摘要: 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)
摘要: 求可以对其他程序进行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)
摘要: 为什么我的windows Service程序启动的另一程序不显示呢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109155837266.html 我做了一简单service程序(ErrorServerity项设置为:esSevere),用它来启动另一程序,本来启动另一程序是可以让该程序... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(228) 评论(0) 推荐(0)
摘要: 提问,如何取得当前登陆用户的登陆名 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061109161856265.html 例如 用户名为张三,密码:12345 登陆到office域。 怎么读取出张三这个信息。 密码是读不出来的 我只读用户名就好 GetUserName 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(258) 评论(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 阅读(903) 评论(0) 推荐(0)
摘要: 如何强制关闭串口? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110085745262.html 系统其他程序占用的串口,我的程序怎么去强制关闭? 谢谢 用api: closefile closehandle 怎么使用,能不能给个详细点的例子? ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(1032) 评论(0) 推荐(0)
摘要: 求救,高手帮看看(window 外壳) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110094628261.html 各位高手我现在这里现在想实现虚拟硬盘在window xp系统上(如像u盘形式出现系统的样式),不知道在这方面怎么解决,小弟对这方面不是很了解,请大家多多帮助 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(175) 评论(0) 推荐(0)
摘要: 一个特殊异常的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110100958260.html 程序涉及到 多线程 list 整个程序也还没看懂 只知道运行大概5天左右后 就报错 显示如下: Access violation ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(214) 评论(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)
摘要: 如何获得所有windows用户的SID Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110113225259.html 有什么方法可以获得所有windows用户的SID 访问注册表 最好是指针形式的sid {$EXTERNALSYM ConvertSidToString... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(928) 评论(0) 推荐(0)
摘要: PB调用DELPHI的DLL之间传值的问题,大家来看看 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110115522258.html PB的主程序调用DELPHI的DLL,DLL在函数执行完后回传一个字符串给PB主程序,DLL里用的是PCHAR类型。。PB下该怎么接收? ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(984) 评论(0) 推荐(0)
摘要: 如何截取浏览器弹出的Java脚本的窗口? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110171031257.html 如何截取浏览器弹出的Java脚本的窗口? 帮你顶 script error window or new Internet Explorer ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(280) 评论(0) 推荐(0)
摘要: 如何利用API获取WINDOWS系统所有用户名和密码(做过的朋友进来看看) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110172545256.html 如何利用API获取WINDOWS系统所有用户名和密码 是不行的。。。 net user 就可以拿到用户名啊。。 ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(905) 评论(0) 推荐(0)
摘要: 多线程问题?!!高手来 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061110202423255.html 一个函数 funtion temp(aa:integer;bb:integer):string; var i,j:integer; b... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(198) 评论(0) 推荐(0)
摘要: 请问delphi能否实现像CPU-Z的功能呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106082317300.html 我们公司要统计电脑配置情况,现在做一个硬件读取配置的小软件就差CPU这一项了,现在只能读取CPU的频率,想实现CPU-Z的功能读取出CPU的型号比如:P4 ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(202) 评论(0) 推荐(0)
摘要: IE工具条不能自动显示 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106093741299.html 我做了一个IE工具条,但是安装后不能自动显示出来,要在工具栏里把它打钩才行,有没有办法让它安装后自动就显示在IE工具栏上呢,不用去手动的打钩,请各位大侠帮帮忙啊!小弟不甚感谢! 我也... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(102) 评论(0) 推荐(0)
摘要: 超难....的内存映像权限问题,请达人指点!!!,不够分再加 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106100206298.html 一个普通程序和一个SERVER级程序交换内存映像 unit Unit1; interface ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(271) 评论(0) 推荐(0)
摘要: 如何在delphi的程序中获取桌面刷新的消息 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106105900297.html 我想在windows的桌面刷新后执行一些内容,如何作? hook 消息。。 能说得详细一些么? 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(303) 评论(0) 推荐(0)
摘要: 关于openkey的问题,请大家帮看看! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106111720296.html 我写了一段贷码目的是禁用u盘.如下. var reg:tregistry; begin reg.rootkey:=HKEY_L... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(244) 评论(0) 推荐(0)
摘要: 关于动态加载dll问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106114545295.html 现在有一个dll文件,需动态加载,看了很多资料,但是还是不太清楚 1.动态加载时,是不是须在oncreate事件中LoadLibrary进行判断 2.dll在何时进... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(169) 评论(0) 推荐(0)
摘要: 用createprocess执行word,需要为外部程序指定一个叁数'd:\aaa.doc',如果这个文档是stringlist中的某一项,那么该如何写呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106182559294.html var x:integer; ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(120) 评论(0) 推荐(0)
摘要: 关于调用windows内核问题×××××××××××× Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106205556293.html 上网看过一些windows内核调用的文章 我想用rundll32 user,wnetconnectdialog打开"映射网络驱动器"窗口 ... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(135) 评论(0) 推荐(0)
摘要: 如何快速的从几千个文件中删除你想要删除的文件??关键是算法!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061106211720292.html 如何快速的从几千个文件中删除你想要删除的文件?这些文件是我按照时间记录的,比如:20061106101010.txt,2006110612121... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(156) 评论(0) 推荐(0)
摘要: waitforsingleobject的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107162800285.html 我在主线程中用了waitforsingleobject,可以用吗,如果可以的话,在线程中调用这个函数的的话还用不用Synchronize函数啊 1.主线程等待子... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(224) 评论(0) 推荐(0)
摘要: 为什么WaitForMultipleObjects返回后,对应的handle仍处于激发状态? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107172543284.html 我写了个用WaitForMultipleObjects同步线程的例子,窗体上有三个memo,有一个mutex数组变... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(425) 评论(0) 推荐(0)
摘要: 这个不对了,找不到控件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061107194340283.html 在窗体中放了一个edit 和一个按钮。 用file-new-other里的thread object 创建了一个新线程类(Tmy)。 里面写了这句代码:... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(258) 评论(0) 推荐(0)
摘要: 如何不通这注册表取双网卡所对应的子网? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108110332282.html 如题 谢谢 ipconfig -all api要查下.... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(152) 评论(0) 推荐(0)
摘要: 知道窗口句柄如何知道文件名? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108114249281.html 知道窗口句柄,怎么得到该程序的文件名??? 先通过GetWindowThreadProcessId取得窗口所属进程的PID,再通过枚举系统进程,得到该进程的文件名。枚举进程可以... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(242) 评论(0) 推荐(0)
摘要: 关于判断文件唯一性,怎么提取特征码 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061108132642280.html 困惑,用什么来判断文件的唯一性,用findwindow判断程序,误报可能太大,有哪位大大能提供delphi的判断文件的特征码的好例子,麻烦写出来,指点一二。分不多,因为不会... 阅读全文
posted @ 2009-04-08 09:16 delphi2007 阅读(472) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 37 下一页