上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页
  2008年11月27日
摘要: 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 阅读(827) 评论(0) 推荐(0)
摘要: 有个很少的C++源码急着需要翻译成其它源码,版主、高手请进。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061121222102188.html 下面的源码是用来判断数据流的编码的,由一个叫jiangsheng的朋友提供,在此先谢谢他。 但是我不会用C++,现在急着需要用这个源码,... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(153) 评论(0) 推荐(0)
摘要: 关于键盘钩子的问题,请教大家 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122084602187.html function StartHookMouse:boolean; const WH_MOUSE_LL = 14; be... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(231) 评论(0) 推荐(0)
摘要: 救命的问题-------在线急等!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122092919186.html 请问delphi中如何根据计算机名称ping一台电脑是否成功。 有直接的api吗? 不是一条命令就能搞定的哈。 ping 了以后,... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(98) 评论(0) 推荐(0)
摘要: Delphi中如何杀进程呀? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122100442185.html Delphi中如何杀进程呀? 给个代码例子嘛。谢谢各位了。 TerminateProcess 有些进程是杀不死的...... 这个怎么用嘛? 比如有个进程是... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(237) 评论(0) 推荐(0)
摘要: 请教如何获得类似于“任务管理器”中“应用程序”面板下的程序标题?? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122142354184.html 如题,请各位帮帮忙~~~~ 请注意不是进程列表,是应用程序标题列表:) 用WMI轻松搞定 procedure T... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(491) 评论(0) 推荐(0)
摘要: 关于WMI~~~,找sanmaotuo(老冯)...... Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122164538183.html sanmaotuo(老冯) 呵呵,刚才以为没有人顶帖子了,就结了,继续请教中 没有关系,老水好梗直! 我不过用了另外一种方法来获取运... 阅读全文
posted @ 2008-11-27 21:09 delphi2007 阅读(297) 评论(0) 推荐(0)
摘要: 射频卡读取问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127101938167.html 毕业第一个工作就是射频卡编程? 不知道怎么对射频卡怎么进行读和取数据 还有保存. 您可以帮我下吗 高手! 小弟万分感激! Q... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(336) 评论(0) 推荐(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 阅读(239) 评论(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 阅读(649) 评论(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 阅读(243) 评论(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 阅读(248) 评论(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 阅读(402) 评论(0) 推荐(0)
摘要: 要如何禁止键盘钩子? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061126120722169.html 很多游戏都有这个功能,来防止盗号。 不知道 这是怎么做到的? 能不能说说原理? 帮你顶 屏蔽键盘鼠标事件 //请试... 阅读全文
posted @ 2008-11-27 21:08 delphi2007 阅读(739) 评论(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 阅读(310) 评论(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 阅读(204) 评论(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 阅读(232) 评论(0) 推荐(0)
摘要: 一个困扰我几天的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128134457154.html 郁闷啊!下面这段代码是dll中的键盘钩子的回调函数,想在这个回调函数中打开 dll中的窗体!但是现在连编译都过不了。 这是drho... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(123) 评论(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 阅读(146) 评论(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 阅读(371) 评论(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 阅读(178) 评论(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 阅读(148) 评论(0) 推荐(0)
摘要: 各位老大,谁肯指教一下呢!如果点鼠标同时选中多个文件时,该用什么函数把全部文件调入程序呢? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061127214337160.html 在点击鼠标右键的时候,调出程序的同时也就把这些文件调入程序。在没点击鼠标右键时,程序是没有打开的。怎么样才能判断鼠标... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(194) 评论(0) 推荐(0)
摘要: 有点难度,关机查询。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128044645159.html 系统在关机时,会一个一个应用程序处理。 我希望在程序中,可以用API或别的方式查询,当前是否进入关机过程中。虽然我的程序还没有收到关机的通知,因为还在处理别的程序。 关机时有... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(135) 评论(0) 推荐(0)
摘要: 关于在dll内部建立线程,释放线程的问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061128091220158.html 请问能否在dll内部函数里建立线程,执行完线程后再释放线程,然后函数返回相应值?在这种情况应该如何建立、执行和释放线程? 我的部份代码如下: 问... 阅读全文
posted @ 2008-11-27 21:07 delphi2007 阅读(322) 评论(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 阅读(86) 评论(0) 推荐(0)
  2008年11月18日
摘要: 电脑USB的超奇怪问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061222115632192.html 我的电脑的USB是+5VSB供电,使用U盘没有任何问题,但使用移动硬盘时,直接插上USB毫无反应,需要将电脑关机,再重开,才能正常识别,如果此时移除移动硬盘,则此后无论如何(包括重启),都无法再识别移动硬盘了,除... 阅读全文
posted @ 2008-11-18 14:22 delphi2007 阅读(188) 评论(0) 推荐(0)
摘要: fr3显示问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061222125508191.html 我frxPreview显示,里面分左右两个区,要怎么才能全它显示一个区 刚接触fr3问题多呀,大家不要骂我哦, 在骂我前,给点意见吧~ 是分成左右两栏吧? 设置Pa... 阅读全文
posted @ 2008-11-18 14:22 delphi2007 阅读(283) 评论(0) 推荐(0)
摘要: 窗体创建和函数关联相关的两个小问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061222112800193.html 1,用窗体名称作为传入参数,创建窗体,怎么避免重复创建? 如下面代码中注释调的部分;使用not assigned()判断返回的结果每次都是false 也就是说,assigned... 阅读全文
posted @ 2008-11-18 14:22 delphi2007 阅读(213) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 37 下一页