2009年2月3日
摘要:
这个就是我的主程序(问题在我今天发的第一个帖子中) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117132223208.html Hook.dll代码在我今天发的第一个帖子中 unit Unit1; interface ...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(123)
推荐(0)
编辑
摘要:
请问如何获得这个键值? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117005510214.html 我想在这个键下面通过程序设置Windows的自动更新,但不知道怎么取得“{C611B475-175A-4114-9ABD-F37B85A06F22}”这个值,好象这个值每个用户下都不一...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(187)
推荐(0)
编辑
摘要:
如何得到所有可视化窗口的句柄? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117103732213.html 我想得到已经运行的所有有窗口的应用程序的窗口句柄,不知道有什么好办法,大家帮帮忙。。 用FINDWINDOW。。。遍历查找。。 遍历窗口用EnumWindows,然后用IsW...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(175)
推荐(0)
编辑
摘要:
实现截屏区域选择框。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117112055212.html 我想得到一个区域选择框,用来截屏区域选择的,中间使被挖空的,大小可以改变,研究了一下,感觉是在一个Form的基础上实现的,试了很久,就是不知道具体怎么搞的。大家帮帮忙。。。 啥功能?...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(228)
推荐(0)
编辑
摘要:
怎么获取Windows服务程序的路径? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117121414211.html 在EXE的应用程序中我们可以用Application.ExeName来获取应用程序自身的文件名,那么在Windows服务中怎么获取Windows服务程序的路径? 用G...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(317)
推荐(0)
编辑
摘要:
怎么进入特殊的目录????????急,十分棘手啊! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117121732210.html 我在DOS下建立了名为 s. 的文件夹(注意目录名带点) 无法通过正常途径对其进行访问!!! 问,要怎样才可以进如此目录呢???...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(129)
推荐(0)
编辑
摘要:
如何用程序实现对IE中scripts的控制(禁止和允许) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117145848207.html 大家如果用过MAXTHON(MYIE)就知道在“选项”》“下载控制”中有个“允许scripts”的选项。我想知道自己如何用程序实现这样的功能,修改注册...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(287)
推荐(0)
编辑
摘要:
有关动态调用DLL的问题,请教。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117201842206.html DLL代码如下: library DLLSplitString; uses SysUtils, ...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(181)
推荐(0)
编辑
摘要:
使用LoadLibrary()调用DLL,使用FreeLibrary()释放之后出现访问报错 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117215431205.html 动态链接库代码如下: library DLLSplitString; uses...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(2166)
推荐(0)
编辑
摘要:
帮帮我吗 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118103215204.html 我的后台数据库为ACCESS,有两张表,如下 学生基本信息表:学生学号(主),学生姓名,性别,出生日期,班号,联系电话,入校日期,备注; 学生成绩表:考试编号(主),所在班号,学...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(91)
推荐(0)
编辑
摘要:
特殊功能,实现方法! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118141925203.html 有没有一种简单的方法,可以监视一个exe文件是否运行或死掉,一但发现 立即重启此exe程序.改注册表能不能实现???...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(130)
推荐(0)
编辑
摘要:
如何找到网页图片地址并下载到本地保存? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118142631202.html 我想做个学flashget那样浮动窗口,然后,拉动图片到这个窗口,然后,下载这张图片,并将图片下载的本地的地址反馈给Edit1.text!! 有高...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(585)
推荐(0)
编辑
摘要:
我在DLL中建立了一个TImage,但调用时出现错误"Cannot assign a TFont to a TFont" Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118180523201.html DLL中的函数: Function InitImage(tar:TWin...
阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(481)
推荐(0)
编辑
2009年1月4日
摘要:
调整界面控件大小问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220122036249.html 在form上放好控件,程序运行之后,当改变窗口大小,则有的控件就看不见了,如何解决? 想自动调节控件大,这是很麻烦的,是否有这个必要呢 因为控件都是画上去的,很费资源的 不是自动调节,我在设计期用最大窗...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(457)
推荐(0)
编辑
摘要:
mxOutlookBarPro中,button是通过for语句动态生成的,如何取得当前单击button的标题呢? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220140320248.html mxOutlookBarPro中,button是通过for语句动态生成的,如何取得当前单击button的标题呢? 动态生...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(352)
推荐(0)
编辑
摘要:
每次在使用 StrToDate 或 DateToStr 我总是提心掉胆的 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220141719247.html 每次在使用 StrToDate 或 DateToStr 我总是提心掉胆的 因为 我的数据是在客户端用 DateToS...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(1127)
推荐(0)
编辑
摘要:
文件对话框编程 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220143507246.html 请问如何编写打开文件对话框, 在TOpenDialog.Execute()后,能自动打开一个FTP目录。 (我在执行对话框后,在文件名输入完整的FTP地址,点打开是可以的, 怎么才能做到在打...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(200)
推荐(0)
编辑
摘要:
有没有一种控件可以实现如下功能???在线等! VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220150258245.html 在dbcombobox中可不可以 显示值 提交值 ...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(227)
推荐(0)
编辑
摘要:
dbcombobox可不可以实现这种功能,或是其它控件可以实现这个功能吗?在线等! VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220150549244.html 在dbcombobox中可不可以 显示值 ...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(311)
推荐(0)
编辑
摘要:
請教:在ie中可以顯示的網頁,在webbrowser中確無法顯示,怎麼回事?在線等!給100分 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220152418243.html 有沒有高手幫忙解決啊,網頁是frame的,只能顯示一部份,有兩個顯示不出來,但是在ie中就可以全部顯示! 自己先頂 需要多个webbrow...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(361)
推荐(0)
编辑
摘要:
怎么同步树节点名称? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220153445242.html 我的树是数据库一次性加载的,但是我从其他地方修改了数据后,怎么同步树的节点属性? 就是怎么更改树节点的名称呢? 仿佛就是调用函数:TreeView1Edited(Sender: ...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(277)
推荐(0)
编辑
摘要:
TIdFTP控件如何获取ftp上所以文件的时间 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220153610241.html 本人想根据ftp上文件的时间决定是否对文件进行下载,所以想获取ftp上文件的可比较时间 IdFTP.List 可以得到文件信息的列表,再解析出时间 如果是Indy9的TIdFTP,也...
阅读全文
posted @ 2009-01-04 16:50
delphi2007
阅读(627)
推荐(0)
编辑
摘要:
timage组件判断是否有图片小问题,高手进,在线等..... VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220165852240.html 如题: 怎样判断image1里是否有片呀?? if image1.picture.graphic=nil then ...
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(427)
推荐(0)
编辑
摘要:
delphi的字段名可以用字符串代替吗? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220172411239.html 比如字段名称为Edit1, 能不能 var str:string str:='edit1'; 可以st...
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(206)
推荐(0)
编辑
摘要:
image透明问题,操作系统不一样 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220205030237.html form上image静态加载一个图片,图片上有个图标和几个文字,image的transparent属性设置为真,在windowsXP和windows2003下使用没问题(图片和文字都可以看见,背景也透...
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(290)
推荐(0)
编辑
摘要:
在DEPHI中如何将ScriptErrorsSuppressed的属性添加到TWebBrowser上 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220211421236.html 在DEPHI中如何将ScriptErrorsSuppressed的属性添加到TWebBrowser上 因为用TWebBrow...
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(279)
推荐(0)
编辑
摘要:
关于Delphi字符转换的问题。不会啊!!!帮帮忙!!! VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061220231901235.html 输入一个任意长的字符串,使用Stringgrid控件显示字符串及其ASCII码。 s: string; s:='abc'; In...
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(191)
推荐(0)
编辑
摘要:
有关ActiveX控件事件的问题 VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061221000855234.html 我在ActiveForm里面添加了一个事件OnCall,参数为BSTR类型, 然后添加了一个Button,当单击Button的时候引发OnCall事件, 我传了一个String进去....
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(305)
推荐(0)
编辑
摘要:
自定义控件的问题:如何设置 ListSource VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061221084905233.html 某自定义控件继承于 EDIT,功能是弹出DBGRID,选择其中某一字段 现在我想增加两个属性 ListSource和ListField ...
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(158)
推荐(0)
编辑
摘要:
关于MEMO控件的问题,能不能再MEMO控件的添加表格啊? VCL组件开发及应用http://www.delphi2007.net/DelphiVCL/html/delphi_20061221112815223.html 用MEMO输入后非常难看,能不能让其美观一些啊? 用richedit
阅读全文
posted @ 2009-01-04 16:48
delphi2007
阅读(303)
推荐(0)
编辑