代码改变世界

随笔档案-2010年02月

TabControl添加关闭按钮

2010-02-24 20:58 by 观海看云, 1901 阅读, 收藏, 编辑
摘要: const int CLOSE_SIZE = 4;Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//清空控件this.MainTabControl.TabPages.Clear();//绘制的方式OwnerDrawFixed表示由窗体绘制大小也一样t... 阅读全文

兼容IE和Firefox的设为首页和收藏的Javascript代码

2010-02-05 20:23 by 观海看云, 215 阅读, 收藏, 编辑
摘要: function addCookie(){if (document.all) { window.external.addFavorite('http://www.mm740.cn,'mm网'); } else if (window.sidebar) { window.sidebar.addPanel('疯狂音乐网', 'http://www.mm740.cn, "");}}function se... 阅读全文

网页居中

2010-02-04 22:19 by 观海看云, 223 阅读, 收藏, 编辑
摘要: 我看到有些网页在IE里是居中的,可是到了Firefox里就靠左了,其实这个问题很简单,看下面这段代码:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http:/... 阅读全文
点击右上角即可分享
微信分享提示