asp组件编写准备工作 - 中国WEB开发者网络 (http://www.webasp.net) -- 技术教程 (http://www.webasp.net/article/) --- asp组件编写准备工作 (http://www.webasp.net/article/28/27249.htm) |
| -- 作者:未知 -- 发布日期: 2006-02-08 |
最近在尝试用组件写asp,一些心得如下,不对之处请指正 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\dllfile\shell] [HKEY_CLASSES_ROOT\dllfile\shell\注册] [HKEY_CLASSES_ROOT\dllfile\shell\注册\command] @="regsvr32 %1" [HKEY_CLASSES_ROOT\dllfile\shell\反注册] "Command"="regsvr32 %1 /u" [HKEY_CLASSES_ROOT\dllfile\shell\反注册\command] @="regsvr32 %1 /u" |
| webasp.net |