- 博客(4)
- 收藏
- 关注
原创 模拟windows control的进度条
xyProgressLG xo function xyProgressLG(xyID){ this.xyProgressID = oProgress + Math.random().toString().substr(2, 10) + xyID; this.max = 0; this.min = 0; this.width = 100; this.height = 20; t
2003-02-13 10:01:00
2004
原创 双向链表&&堆栈
/*--------------双向链表&&堆栈--------------*/ function LinkList(){ var oList,oLength,oResult; this.Append = dListAppend; this.Length = dListLength; this.GetAt = dListGetAt; this.SetAt = dListSetAt;
2003-02-13 09:50:00
965
原创 使用Shell.Application技术之二
function FileSearch() { SearchAsst = new ActiveXObject("SearchAssistantOC.SearchAssistantOC"); SearchAsst.FindFilesOrFolders(); //ShellApp = new ActiveXObject("Shell.
2003-02-13 09:45:00
1777
1
原创 如何使用Shell.Application技术
关于Shell.Application的使用-----------------------------------------------------------------------------------1、创建 Shell 对象 var Shell = new ActiveXObject("Shell.Application"); 2、使用 Shell 属性及方法 Shell.Ap
2003-02-13 09:44:00
1760
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人