avisnet's blog

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  34 随笔 :: 0 文章 :: 7 评论 :: 0 引用

公告

10 2006 档案

摘要: 首先添加对 Microsoft HTML Object Library COM组件的引用。SHDocVw.IShellWindows sw = new SHDocVw.ShellWindowsClass();for(int i = 0; i < sw.Count; i++){SHDocVw.IWebBrowser browser = sw.Item(i) as SHDocVw.IWebBro...阅读全文
posted @ 2006-10-20 16:30 avisnet 阅读(95) | 评论 (0) 编辑

摘要: 关键字 弹出式 IE 浏览器原作者姓名 易剑 源地址:http://www.vchelp.net/itbookreview/view_paper.asp?paper_id=646介绍用 VC 编程实现自动关闭弹出式 IE 窗口程序 正文演示工程下载地址: http://www.megspace.com/computers/bigtime 【实现原理】弹出式 IE 窗口的特征有:无莱单栏、无工具栏或...阅读全文
posted @ 2006-10-19 08:45 avisnet 阅读(368) | 评论 (2) 编辑

摘要: job_2006(初学.net):<script language="javascript"> function toppage() { parent.document.all(self.name).style.height=(document.body.scrollHeight>450)?document.body.scrollHeight:450; }</script&...阅读全文
posted @ 2006-10-18 14:03 avisnet 阅读(238) | 评论 (0) 编辑

摘要: 集合类的帮助函数: CompareElements Indicates whether elements are the same. CopyElements Copies elements from one array to another. DumpElements Provides stream-oriented diagnostic output. HashKey Calculates a...阅读全文
posted @ 2006-10-13 23:39 avisnet 阅读(48) | 评论 (0) 编辑

摘要: BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){if(!CFrameWndBase::PreCreateWindow(cs))return FALSE;cs.dwExStyle &= ~WS_EX_CLIENTEDGE;return TRUE;}BOOL CMainView::PreCreateWindow(CREATESTRU...阅读全文
posted @ 2006-10-09 14:34 avisnet 阅读(45) | 评论 (0) 编辑

posted @ 2006-10-08 15:44 avisnet 阅读(76) | 评论 (0) 编辑

posted @ 2006-10-07 13:14 avisnet 阅读(203) | 评论 (0) 编辑

posted @ 2006-10-05 01:16 avisnet 阅读(26) | 评论 (0) 编辑