摘要:
event.offsetx和event.clientx的区别是什么???
......
摘要:
tongshang
......
正则表达式
对表达式
^/d{4}$ 和/d{4}有什么区别呢?
NO.1 作者: zhuohs
怎么这样的帖子还有人问?为避免灌水之嫌,请楼主亲自登录:
http://www.zdnet.com.cn/developer/tech/story/0,2000081602,39077620,00.htm
NO.2 作者: dragontt
/错了,应该是\d
参考
http://www.csdn.net/Develop/read_article.asp?id=17739
摘要:
以下是我在的一段增加工具条的代码,首先创建bitmap和imagelist控件,向bitmap中增加一个位图,并将bitmap加入到imagelist中。然后创建一个toolbar,并在这个toolbar上增加一个toolbutton,然后将toolbutton的imageindex设为0。 问题是,此时在toolbutton上显示出来的图标还有自己的背景色,而且将imagelist的bk......