摘要:
我在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
阅读(489)
评论(0)
推荐(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
阅读(290)
评论(0)
推荐(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
阅读(187)
评论(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
阅读(2206)
评论(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
阅读(598)
评论(0)
推荐(0)
摘要:
这个就是我的主程序(问题在我今天发的第一个帖子中) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117132223208.html Hook.dll代码在我今天发的第一个帖子中 unit Unit1; interface ... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(132)
评论(0)
推荐(0)
摘要:
拦截EDIT控件中的消息问题(上次提问过,我自己找了些资料,虽然拦截到消息,可得到的是空白字符) Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061117131358209.html 接上次的问题,这里我在简单说说 单位有一程序,其中有一个Edit控件 该控件是用来显示我们... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(203)
评论(0)
推荐(0)
摘要:
如何结束另一个程序的进程? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116114828220.html 请问如何用Delphi程序结束另一个程序的进程?(请注意:是结束进程,而不仅仅是关闭程序) SEND一个WM_CLOSE或WM_DESTROY消息到此进程去 或者用Te... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(420)
评论(0)
推荐(0)
摘要:
getwindowrect不能正确使用,请指教 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116121147219.html ha:hwnd; i:integer; begin ha:=findwindow(nil,pchar(ex... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(250)
评论(0)
推荐(0)
摘要:
亲爱的大家:哪里有关于D7调用WINDOWS视频API的资料?谢谢 Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116150753218.html 如题。 windows api 本身就没有视频的吧 但是,我看了别人的例程,调用的是 'AVICAP32.dll'; ... 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(103)
评论(0)
推荐(0)
摘要:
如何另存WORD里的图片到本地为GIF格式? Delphi / Windows SDK/APIhttp://www.delphi2007.net/DelphiAPI/html/delphi_20061116170428217.html 目的是想用于电子签名,把图片里的信息取出来。 把图片COPY到图片处理软件,再另存 我是说用程序实现:WORD中选中图片,实现另存为 阅读全文
posted @ 2009-02-03 09:44
delphi2007
阅读(327)
评论(0)
推荐(0)
浙公网安备 33010602011771号