摘要:
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
阅读(237)
评论(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
阅读(318)
评论(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
阅读(476)
评论(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
阅读(323)
评论(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
阅读(477)
评论(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
阅读(340)
评论(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
阅读(1481)
评论(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
阅读(150)
评论(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 中的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
阅读(825)
评论(0)
推荐(0)
摘要:
钩子报内存错误。。急。。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061124122024177.html 我在DLL里定义一个鼠标钩子,可是在鼠标点击某些窗口后,会报内存异常,通常是点了某个窗口之后的时候,就报错误,显示“指定内存引用0xxxxxx ,该内存不能written”我的... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(218)
评论(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
阅读(165)
评论(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
阅读(689)
评论(0)
推荐(0)
摘要:
关于WMI~~~,找sanmaotuo(老冯)...... Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061122164538183.html sanmaotuo(老冯) 呵呵,刚才以为没有人顶帖子了,就结了,继续请教中 没有关系,老水好梗直! 我不过用了另外一种方法来获取运... 阅读全文
posted @ 2008-11-27 21:09
delphi2007
阅读(296)
评论(0)
推荐(0)