上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页
  2008年11月27日
摘要: 钩子报内存错误。。急。。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124122024177.html 我在DLL里定义一个鼠标钩子,可是在鼠标点击某些窗口后,会报内存异常,通常是点了某个窗口之后的时候,就报错误,显示“指定内存引用0xxxxxx ,该内存不能written”我的... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(212) 评论(0) 推荐(0) 编辑
摘要: 保存资源文件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124154849176.html 做了一个res文件。时面包含一个cry.dll 想在运行时,单按钮把这个dll保存到C:\下。 不知道用什么方法把它保存出去。 搜索TResourc... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(159) 评论(0) 推荐(0) 编辑
摘要: Delphi 中的Edit输入框如何限定只能输入七位数,,第一位为1到4的数字,第二位到第七位为日期格式取后六位,如:20060123取:060123,任何一位都 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124165258175.html Delphi 中的Edit输入框如何限定... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(818) 评论(0) 推荐(0) 编辑
摘要: [请教] 关于把mscomm控件封装进dll的 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124231637174.html 不知道什么原因,封装好生成的dll用delphi调用总是报错。 还有mscomm接收的数据怎么给exe? 如果大家有现成的解决方... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(681) 评论(0) 推荐(0) 编辑
摘要: 串口打印问题,各位大侠帮帮忙! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125105716173.html 我想实现串口打印这样的功能,如果串口打印机 不开,我就不发送打印命令, 谁帮忙给段代码例子 arrqi@163.com 谢谢 靠!不发指令你... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 如何带参数打开其他程序? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125212626172.html 有一个程序temp.exe,可以带3个参数运行,三个参数分别是 a ; b; c 怎么编写点击按钮后带参数的打开temp.exe,并且得到该进程的句柄还有进... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(384) 评论(0) 推荐(0) 编辑
摘要: 如何做到游戏双开??修改进程名可以吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125213427171.html 有的游戏不允许运行多个.有没有办法可以实现多开? 修改进程名可以吗? 高手指点下,最好有代码,呵呵 不行 要看游戏是怎么实现不允许多个同时运行的了... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(1049) 评论(1) 推荐(0) 编辑
摘要: 如何传递应用程序的返回值 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127133508166.html A.exe要调用B.exe,B需要返回一些值给A使用,请问B的返回值,在应用程序B中应该怎么写呀?同时A调用了B后,如何读取他的返回值呀?请各位大侠帮帮,谢谢! 沙发 //方案1 ... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 求人看看这个代码,有关DLL中使用回调函数的问题:回调不能返回正确值 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125234815170.html 用回调函数总是不能正确返回,我发送消息SendMessage是可以的。 unit Unit1; ... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(390) 评论(0) 推荐(0) 编辑
摘要: 要如何禁止键盘钩子? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061126120722169.html 很多游戏都有这个功能,来防止盗号。 不知道 这是怎么做到的? 能不能说说原理? 帮你顶 屏蔽键盘鼠标事件 //请试... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(722) 评论(0) 推荐(0) 编辑
摘要: 如何让hook拦截到的按键消息区分大小写? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127022414168.html 请给出参考代码, 不要偏题啊。。。 no such thing you need to check the... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(303) 评论(0) 推荐(0) 编辑
摘要: findwindow和findwindowex用来查找mid窗口的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127161821165.html 有一个mdi子窗口mdi_1,然后在mid_1窗口中mdi_11:= tmdi_11.Create(self),最后在mdi_11中... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(634) 评论(0) 推荐(0) 编辑
摘要: FreeLibrary问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127162652164.html 释放动态库时报C盘下的系统文件,比如Boot.Ini、hiberfil.sys等等,这是怎么回事啊?!! 请高手赐教 有人知道吗?高手请回答,小弟很急 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 使用CreateOleObject时报错--'无效的类别字符串' Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127173640163.html 我在使用函数CreateOleObject(Purchasing.COM)时报如下的错误。在执行该语句之前,我已经用Registerdll注册... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(2568) 评论(0) 推荐(0) 编辑
摘要: 创建进程的参数问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127195036162.html CreateProcess(pchar('d:\temp.exe'),nil,nil,nil,true,NORMAL_PRIORITY_CLASS,nil,pchar('d:\'), ... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 射频卡读取问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127101938167.html 毕业第一个工作就是射频卡编程? 不知道怎么对射频卡怎么进行读和取数据 还有保存. 您可以帮我下吗 高手! 小弟万分感激! Q... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(330) 评论(0) 推荐(0) 编辑
摘要: 如何让两个表单处于不同的线程中 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127213210161.html 本人遇到一个问题,A表单上有定时器和一线程,B表单上有一定时器。A表单通过B.show调用B表单,但点住B表单的关闭按钮不松开时发现A表单上的定时器和线程均暂停总作,松开关闭按... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 各位老大,谁肯指教一下呢!如果点鼠标同时选中多个文件时,该用什么函数把全部文件调入程序呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127214337160.html 在点击鼠标右键的时候,调出程序的同时也就把这些文件调入程序。在没点击鼠标右键时,程序是没有打开的。怎么样才能判断鼠标... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 有点难度,关机查询。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128044645159.html 系统在关机时,会一个一个应用程序处理。 我希望在程序中,可以用API或别的方式查询,当前是否进入关机过程中。虽然我的程序还没有收到关机的通知,因为还在处理别的程序。 关机时有... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 关于在dll内部建立线程,释放线程的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128091220158.html 请问能否在dll内部函数里建立线程,执行完线程后再释放线程,然后函数返回相应值?在这种情况应该如何建立、执行和释放线程? 我的部份代码如下: 问... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 问一个关于指针的小问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128091338157.html 如果仅仅声明一个指针 p 但未进行new(p)操作 然后让p指向一个TList(里面有内容) 然后对p进行操作 这样会不会有问题 ... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 难道这又是个未解之谜?--- 关于DLL中使用ADODATASET出错的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128102336156.html 搜索了之前的贴子,未找到有用的信息. MD,搞了一天,头都大了,仍然找不到原因: 我在DLL中声明... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 当u盘插上后会触发什么事件 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128123758155.html 在xp中插上u盘后会弹出窗口询问打开或者播放或者不操作,当u盘插上后会触发什么消息?如何截获? WM_DEVICECHANGE http://www.2ccc.com/artic... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 一个困扰我几天的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128134457154.html 郁闷啊!下面这段代码是dll中的键盘钩子的回调函数,想在这个回调函数中打开 dll中的窗体!但是现在连编译都过不了。 这是drho... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 全局变量的简单问题!急 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128151126153.html 现在有主窗体Main和单元OopsTelnet 在单元OopsTelnet中声明: TOopsTelnet = class(TWinControl) ... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 程序中如何取得当前ie中已经安装的证书? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128155914152.html 假设当前的ie中已经安装了几个证书,我需要调用一个对话框,列出当前ie中安装的证书的列表供选择,目前尚不知道如何读到当前ie中已经安装的证书,请大家指教。 up, ... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 动态连接库中的函数,解释后出现问题,求救!!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061129092530151.html 我有个动态连接库,还有c的头文件,我把翻译成Delphi的时候出现了点问题,大家帮忙看看啊: LONG WINAPI XPosition(UL... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(171) 评论(0) 推荐(0) 编辑
  2008年11月18日
摘要: 求fastreport3 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061222095201200.html 本人刚接触fr3,哪位大虾有fr3使用实例或使用方法之类的, 发一份给我,小弟不胜感激~ hnhslwl@163.com 多谢 你可以看FAST3 自带的DEMO... 阅读全文
posted @ 2008-11-18 14:22 delphi2007 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 看delphi的源代码,发现比vc的源代码难看懂. VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061222100524199.html 不知道大家有没有对比过..有些无聊.. 那有DELPHI的源代码? 只有VCL的源码吧 jf 习惯问题,看惯了就好 就是说vcl的源代码..感觉挺难看懂, 从总体上理解它的构架,就比... 阅读全文
posted @ 2008-11-18 14:22 delphi2007 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 怎样在ComboBox下拉列表框中显示Hint?类似的也行? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061222101243198.html 怎样在ComboBox下拉列表框中显示Hint?类似的也行? 阅读全文
posted @ 2008-11-18 14:22 delphi2007 阅读(328) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页