摘要:
Delphi中调用SelectDirectory弹出的浏览文件夹的对话框为何总是在右下角 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118203649200.html Delphi中调用SelectDirectory弹出的浏览文件夹的对话框为何总是在右下角?不会是Delphi封装的bu... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(698)
评论(0)
推荐(0)
摘要:
HOOK其它程序窗体按键 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118224824199.html unit Unit1; interface uses Windows, Messages, SysUti... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(238)
评论(0)
推荐(0)
摘要:
怎么自动把窗体显示出来? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061119181326198.html 当窗体当前没有焦点,或者窗体被最小化了,在该窗体得到某一事件怎么显示窗体呀?让窗体得到焦点。我用以下代码不行: procedure TForm1.WndProc(var... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(321)
评论(0)
推荐(0)
摘要:
roundto函数带来的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120094828197.html single类型的四字节浮点数,用roundto(asingle,-2)保留两位小数,这时出现个一个问题,是如果asingle小于或大于一个值的时候,asingle就用科学计数法... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(480)
评论(0)
推荐(0)
摘要:
SetWindowsHookEx 怎么能识别 alt 键 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120101814196.html SetWindowsHookEx如何才能监视alt啊?其他案件都能监视,就识别不了alt,怎么弄? 没人知道? 我也不懂啊 LY 有例子~~... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(304)
评论(0)
推荐(0)
摘要:
跟随鼠标移动的图像 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120102940195.html 一个图片跟随鼠标移动, 要求是不能用窗体跟随鼠标的方法,只能在屏幕上画图,鼠标移动后,擦除图像,根据新位置在画, 高手来 //参考如下代码 type ... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(324)
评论(0)
推荐(0)
摘要:
dll动态调用出错了 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120120653194.html 我在动态调用dll时老出现如下错误 Project' 'raise too many consecutive exceptions ... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(478)
评论(0)
推荐(0)
摘要:
如何实现窗体跟随另一个程序一起显示,一起隐藏!! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120120925193.html 编写一个窗口,启动计算器,计算器最小化,则该窗口也最小化,计算器显示,则窗口也显示(在计算器旁),... 就是说,计算器的窗口处于什么状态,该窗口也... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(399)
评论(0)
推荐(0)
摘要:
已知道 一个窗口的句柄, 如何扑捉该窗口的onresize 事件,并在onresize 事件中写入自己的代码? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120145223192.html 已知道 一个窗口的句柄, 如何扑捉该窗口的onresize 事件,并在其中写入自己的... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(344)
评论(0)
推荐(0)
摘要:
Delphi写的ActiveX控件如何返回数组到Vbscript/javascript Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120161640191.html 各位,用VBScript调用ActiveX很容易送入一个Variant参数,内容是一个数组,但是反过来,就一... 阅读全文
posted @ 2008-11-27 21:10
delphi2007
阅读(1482)
评论(0)
推荐(0)
摘要:
开仓放粮了: delphi在命令行执行命令时的2个问题? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061120203959190.html 1: 怎么等待命令执行完后再执行下面的语句 2: 怎么捕获命令产生的错误,并提示出来? 第2个问题值150分啊 1 用Wait... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(350)
评论(0)
推荐(0)
摘要:
请问 Wallpaper Calendar 是如何实现在桌面显示日历和输入数据的???? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061121094119189.html Wallpaper Calendar 是一个日程安排的小软件,它在桌面显示日历,可以点击具体的时间输入一些提示... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(447)
评论(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)
摘要:
EXE文件如何读取它自身的内容. Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123125818182.html 我在EXE文件尾部追加一些数据,在EXE运行时想把这些数据读出来,Delphi不能自己打开自己,请问一下怎么记取? 你会不会程序调用别的程序 会的话打开自己... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(632)
评论(0)
推荐(0)
摘要:
ATGrid报表控件/WEB插件[专业版] Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123152617181.html ATGrid报表控件/WEB插件[专业版],对EtCell进行了进行了全面的改革, 将会彻彻底底的解决你的报表问题,让你开发达到从未有过的轻松和喜悦...... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(658)
评论(2)
推荐(0)
摘要:
为什么象网络蚂蚁这样的多线程程序可以加快下载速度? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123172417180.html 现在的下载程序都是多线程的,可以加快下载速度。但是我们用的都是单cpu机子,不明白为什么多线程可以加快下载速度。 比如现在有一个任务是往表里加10... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(218)
评论(0)
推荐(0)
摘要:
关于字符串转化问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061123175711179.html var num:integer; varCode:string; num:=copy(varCode,n*2,1); 报类型错误 ... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(136)
评论(0)
推荐(0)
摘要:
100分求解 用madCodeHook Hook Send和Recv的问题 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124075201178.html 目前可以正常呼出HOOK窗口..但是记录不到封包.... 全部代码如下.... 还试过 Hoo... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(877)
评论(0)
推荐(0)
摘要:
钩子报内存错误。。急。。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124122024177.html 我在DLL里定义一个鼠标钩子,可是在鼠标点击某些窗口后,会报内存异常,通常是点了某个窗口之后的时候,就报错误,显示“指定内存引用0xxxxxx ,该内存不能written”我的... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(220)
评论(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
阅读(166)
评论(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
阅读(827)
评论(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
阅读(692)
评论(0)
推荐(0)
摘要:
串口打印问题,各位大侠帮帮忙! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125105716173.html 我想实现串口打印这样的功能,如果串口打印机 不开,我就不发送打印命令, 谁帮忙给段代码例子 arrqi@163.com 谢谢 靠!不发指令你... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(228)
评论(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
阅读(393)
评论(0)
推荐(0)
摘要:
如何做到游戏双开??修改进程名可以吗? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061125213427171.html 有的游戏不允许运行多个.有没有办法可以实现多开? 修改进程名可以吗? 高手指点下,最好有代码,呵呵 不行 要看游戏是怎么实现不允许多个同时运行的了... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(1061)
评论(1)
推荐(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)
摘要:
射频卡读取问题? 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)
摘要:
如何让两个表单处于不同的线程中 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)
摘要:
难道这又是个未解之谜?--- 关于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)
浙公网安备 33010602011771号