摘要:
求一類似 GetFileVersionInfo 的函數,返回Exe文件開發的公司名稱 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202120619132.html 如題: 一個Exe文件一般除了版本信息外還有其它的信息。請教其它信息怎麼獲得。 比如 產品名稱,公... 阅读全文
posted @ 2008-09-23 09:32
delphi2007
阅读(305)
评论(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 / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061202122312131.html 有办法? 没有~ 特定消息. --> windows dll-->修改该 dll mark 阅读全文
posted @ 2008-09-23 09:32
delphi2007
阅读(175)
评论(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
阅读(499)
评论(0)
推荐(0)
摘要:
关于进程隐藏问题:远程线程注入方式 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061205213557120.html 网上搜索了好多关于 关于进程隐藏问题,实现的方式几乎都是以远程线程注入方式 我依葫芦画瓢的做了一个,但是在目标进程里面请求内存空间的时候老是失败,不知道为什么... 阅读全文
posted @ 2008-09-23 09:31
delphi2007
阅读(288)
评论(0)
推荐(0)
摘要:
窗口的隐藏与显示问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061206130101119.html 设计思路: 两个程序,主程序和子程序 点击主程序中一个按钮,隐藏主程序(不在任务栏中显示),同时运行子程序; 关闭子程序,显示主程序(在任务栏中显示)。 ... 阅读全文
posted @ 2008-09-23 09:31
delphi2007
阅读(201)
评论(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
阅读(1020)
评论(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
阅读(2035)
评论(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
阅读(133)
评论(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
阅读(243)
评论(0)
推荐(0)
摘要:
请问如何关闭正在打开的文件。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207003028114.html 请问如何关闭正在打开的文件。这个文件是其他程序打开的,现在检测到这个文件已经打开,需要强行的将他关闭。如何操作? 你如何检测到的? 如果是自己写的两个程序 ... 阅读全文
posted @ 2008-09-23 09:31
delphi2007
阅读(349)
评论(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
阅读(158)
评论(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
阅读(190)
评论(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
阅读(119)
评论(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
阅读(143)
评论(0)
推荐(0)
摘要:
关于线程插入函数如何用的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061207182656107.html 我现在掌握了不用dll也能代码注入的技术 就是有一个inject函数 把要插入进程的句柄和要插入的函数名前加一个"@" 当作参数传递过去就行了... 阅读全文
posted @ 2008-09-23 09:31
delphi2007
阅读(170)
评论(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
阅读(148)
评论(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
阅读(177)
评论(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
阅读(300)
评论(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
阅读(356)
评论(0)
推荐(0)
摘要:
关于“区域与语言选项”的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061208144832102.html 请教高手如何获取操作系统“区域与语言选项”-> "区域选项"->"标准和格式"和"位置"中的下列列表中是否为“中国”?多谢! Waiting... 可以的. 用WMI来... 阅读全文
posted @ 2008-09-23 09:31
delphi2007
阅读(222)
评论(0)
推荐(0)
摘要:
delphi问题,运行时都弹出cpu窗口大家帮帮忙 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061208165003101.html 我机子上的DElphi每次在运行的时候,不管是什么项目就是空项目也弹出,也不能调试了。好烦人, 我重新装了一次,还是不行,大家来帮帮忙阿 我刚... 阅读全文
posted @ 2008-09-23 09:31
delphi2007
阅读(322)
评论(0)
推荐(0)