上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 215 下一页
摘要: 几天没打理博客, 快荒了... 抱歉的是手头的活还没干完, 分不出神了... 快好了! 2009.4.2 阅读全文
posted @ 2009-03-23 19:40 万一 阅读(2378) 评论(14) 推荐(0) 编辑
摘要: 问题来源: http://www.cnblogs.com/del/archive/2009/03/21/1410030.html#1483614 {转换 TBytes 到 Integer} procedure TForm1.Button1Click(Sender: TObject); var bs: TBytes; {TBytes 就是 Byte 的动态数组} i: Integer; ... 阅读全文
posted @ 2009-03-21 22:16 万一 阅读(5320) 评论(23) 推荐(0) 编辑
摘要: Windows 编程 | 学习 Message | 多线程编程 | 内存管理 | 内存函数 | 钩子函数 | 初学汇编 | 算法与数据结构 | 资源文件 | 光标相关函数 | WinAPI 字符及字符串函数 | 再学 GDI+ | 用 GDI 操作 EMF 文件 | Delphi 的绘图功能 | 理解类 | TStringGrid | TMainMenu... 阅读全文
posted @ 2009-03-21 11:38 万一 阅读(4871) 评论(118) 推荐(0) 编辑
摘要: 问题来源: http://www.cnblogs.com/del/archive/2009/03/18/1410030.html#1480550 本例效果图: 代码文件: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Di... 阅读全文
posted @ 2009-03-18 23:01 万一 阅读(4736) 评论(13) 推荐(0) 编辑
摘要: {IHTMLDocument2 方法:} write //写入 writeln //写入并换行 open //打开一个流,以收集 document.write 或 document.writeln 的输出 close //关闭并输出用 document.open 方法打... 阅读全文
posted @ 2009-03-16 17:17 万一 阅读(8909) 评论(16) 推荐(3) 编辑
摘要: {location 对象:} reload //重新加载当前文档 replace //用新的文档替换当前文档 assign //加载新文档 href //设置或返回完整的 URL protocol //设置或返回当前 URL 的协议 host //设置或返回 # 号开始的 URL(锚) hostname //设置或返回当前 URL 的主机名 port //设置或... 阅读全文
posted @ 2009-03-16 16:54 万一 阅读(4224) 评论(0) 推荐(0) 编辑
摘要: 问题来源: http://www.cnblogs.com/del/archive/2009/03/15/1412384.html#1477470 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls... 阅读全文
posted @ 2009-03-15 23:00 万一 阅读(4650) 评论(16) 推荐(0) 编辑
摘要: 问题来源: http://www.cnblogs.com/del/archive/2009/03/15/1410030.html#1477217 unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrl... 阅读全文
posted @ 2009-03-15 12:43 万一 阅读(4037) 评论(7) 推荐(0) 编辑
摘要: 这还不是 TWebBrowser 控件的属性、方法、事件; 这和浏览器中 JavaScript 的 window 对象是基本一致的. window 对象是网页脚本中的顶层对象, 它代表网页的窗口、或一个框架. {IHTMLWindow2 属性:} frames //返回窗口中的框架数组 location //返回窗口的 location 对象 h... 阅读全文
posted @ 2009-03-13 17:25 万一 阅读(6530) 评论(6) 推荐(0) 编辑
摘要: 这是在页面下载完毕后即刻获取: unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, OleCtrls, SHDocVw, StdCtrls; type TForm1 = class(TForm) We... 阅读全文
posted @ 2009-03-13 17:20 万一 阅读(4672) 评论(7) 推荐(0) 编辑
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 215 下一页