摘要:
有关动态调用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
阅读(184)
评论(0)
推荐(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
阅读(2200)
评论(0)
推荐(0)
摘要:
帮帮我吗 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118103215204.html 我的后台数据库为ACCESS,有两张表,如下 学生基本信息表:学生学号(主),学生姓名,性别,出生日期,班号,联系电话,入校日期,备注; 学生成绩表:考试编号(主),所在班号,学... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(93)
评论(0)
推荐(0)
摘要:
特殊功能,实现方法! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118141925203.html 有没有一种简单的方法,可以监视一个exe文件是否运行或死掉,一但发现 立即重启此exe程序.改注册表能不能实现???... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(138)
评论(0)
推荐(0)
摘要:
如何找到网页图片地址并下载到本地保存? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061118142631202.html 我想做个学flashget那样浮动窗口,然后,拉动图片到这个窗口,然后,下载这张图片,并将图片下载的本地的地址反馈给Edit1.text!! 有高... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(596)
评论(0)
推荐(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
阅读(487)
评论(0)
推荐(0)
摘要:
请教大家:如何把.DCU文件反编译回源代码?谢谢。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116174815216.html 如题。扣谢。 一定结贴。 我也想知道有没办法`~~顶一顶~~` .DCU没有办法反编译成源代码的。 是不可能的,要不然,delphi的好多控件和... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(337)
评论(0)
推荐(0)
摘要:
如何调用保存在 TMemoryStream 中的DLL? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116221822215.html 不要保存到磁盘上。 解决送 300分。 没有必要自己写,直接写好程序后用pebundle加壳成一个应用程序即可,比你自己写... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(228)
评论(0)
推荐(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
阅读(194)
评论(0)
推荐(0)
摘要:
如何得到所有可视化窗口的句柄? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117103732213.html 我想得到已经运行的所有有窗口的应用程序的窗口句柄,不知道有什么好办法,大家帮帮忙。。 用FINDWINDOW。。。遍历查找。。 遍历窗口用EnumWindows,然后用IsW... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(178)
评论(0)
推荐(0)
摘要:
实现截屏区域选择框。。 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117112055212.html 我想得到一个区域选择框,用来截屏区域选择的,中间使被挖空的,大小可以改变,研究了一下,感觉是在一个Form的基础上实现的,试了很久,就是不知道具体怎么搞的。大家帮帮忙。。。 啥功能?... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(237)
评论(0)
推荐(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
阅读(329)
评论(0)
推荐(0)
摘要:
怎么进入特殊的目录????????急,十分棘手啊! Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117121732210.html 我在DOS下建立了名为 s. 的文件夹(注意目录名带点) 无法通过正常途径对其进行访问!!! 问,要怎样才可以进如此目录呢???... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(133)
评论(0)
推荐(0)
浙公网安备 33010602011771号